initial commit for GitHub
This commit is contained in:
14
jsdoc_toolkit-2.3.3-beta/app/test/anon_inner.js
Normal file
14
jsdoc_toolkit-2.3.3-beta/app/test/anon_inner.js
Normal file
@@ -0,0 +1,14 @@
|
||||
/**
|
||||
* @name bar
|
||||
* @namespace
|
||||
*/
|
||||
|
||||
new function() {
|
||||
/**
|
||||
* @name bar-foo
|
||||
* @function
|
||||
* @param {number} x
|
||||
*/
|
||||
function foo(x) {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user