thirdparty/jsdoctoolkit/app/test/public.js
changeset 3041 c8f47f0b6697
equal deleted inserted replaced
3040:8f9580309846 3041:c8f47f0b6697
       
     1 /**@constructor*/
       
     2 function Foo() {
       
     3 	/**
       
     4 		@public
       
     5 		@static
       
     6 		@field
       
     7 	*/
       
     8 	var bar = function(x) {
       
     9 	}
       
    10 }