thirdparty/jsdoctoolkit/app/test/ignore.js
changeset 3041 c8f47f0b6697
equal deleted inserted replaced
3040:8f9580309846 3041:c8f47f0b6697
       
     1 /**
       
     2  * A test constructor.
       
     3  * @constructor
       
     4  * @ignore
       
     5  */
       
     6 function Ignored() {
       
     7 	/** a method */
       
     8     this.bar = function() {
       
     9     }
       
    10 }