initial commit for GitHub
This commit is contained in:
33
jsdoc_toolkit-2.3.3-beta/app/test/memberof3.js
Normal file
33
jsdoc_toolkit-2.3.3-beta/app/test/memberof3.js
Normal file
@@ -0,0 +1,33 @@
|
||||
/**
|
||||
* @name Foo
|
||||
* @class
|
||||
*/
|
||||
|
||||
/**#@+
|
||||
* @memberOf Foo#
|
||||
* @field
|
||||
*/
|
||||
|
||||
/**
|
||||
* @name bar
|
||||
* @type Object[]
|
||||
*/
|
||||
|
||||
/**#@-*/
|
||||
|
||||
/**
|
||||
* @name Foo2
|
||||
* @class
|
||||
*/
|
||||
|
||||
/**#@+
|
||||
* @memberOf Foo2#
|
||||
* @field
|
||||
*/
|
||||
|
||||
/**
|
||||
* @name bar
|
||||
* @type Object[]
|
||||
*/
|
||||
|
||||
/**#@-*/
|
||||
Reference in New Issue
Block a user