mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2024-03-22 13:10:41 +08:00
33 lines
226 B
JavaScript
33 lines
226 B
JavaScript
/**
|
|
* @name Foo
|
|
* @class
|
|
*/
|
|
|
|
/**#@+
|
|
* @memberOf Foo#
|
|
* @field
|
|
*/
|
|
|
|
/**
|
|
* @name bar
|
|
* @type Object[]
|
|
*/
|
|
|
|
/**#@-*/
|
|
|
|
/**
|
|
* @name Foo2
|
|
* @class
|
|
*/
|
|
|
|
/**#@+
|
|
* @memberOf Foo2#
|
|
* @field
|
|
*/
|
|
|
|
/**
|
|
* @name bar
|
|
* @type Object[]
|
|
*/
|
|
|
|
/**#@-*/ |