thirdparty/jsdoctoolkit/app/test/public.js
author Daniel Hans <Daniel.M.Hans@gmail.com>
Sat, 14 Nov 2009 18:20:06 +0100
changeset 3089 87e138ed6d99
parent 3041 c8f47f0b6697
permissions -rw-r--r--
tags.py module, which contains helper class for tags, is added.

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