thirdparty/jsdoctoolkit/app/test/public.js
author Daniel Hans <Daniel.M.Hans@gmail.com>
Sat, 14 Nov 2009 17:22:44 +0100
changeset 3088 08b9f4de6675
parent 3041 c8f47f0b6697
permissions -rw-r--r--
Users who claim or work on tasks may list them without having student role.

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