initial commit for GitHub
This commit is contained in:
10
jsdoc_toolkit-2.3.3-beta/app/test/ignore.js
Normal file
10
jsdoc_toolkit-2.3.3-beta/app/test/ignore.js
Normal file
@@ -0,0 +1,10 @@
|
||||
/**
|
||||
* A test constructor.
|
||||
* @constructor
|
||||
* @ignore
|
||||
*/
|
||||
function Ignored() {
|
||||
/** a method */
|
||||
this.bar = function() {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user