sbin/res/jsdoc/app/test/public.js
author hamidouk
Wed, 25 Jan 2012 15:41:10 +0100
branchpopcorn-port
changeset 710 ea5f2fa37edb
parent 520 fe008e95a716
permissions -rw-r--r--
added myself to the contributors.

/**@constructor*/
function Foo() {
	/**
		@public
		@static
		@field
	*/
	var bar = function(x) {
	}
}