mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-09 06:12:34 -05:00
33 lines
No EOL
226 B
JavaScript
33 lines
No EOL
226 B
JavaScript
/**
|
|
* @name Foo
|
|
* @class
|
|
*/
|
|
|
|
/**#@+
|
|
* @memberOf Foo#
|
|
* @field
|
|
*/
|
|
|
|
/**
|
|
* @name bar
|
|
* @type Object[]
|
|
*/
|
|
|
|
/**#@-*/
|
|
|
|
/**
|
|
* @name Foo2
|
|
* @class
|
|
*/
|
|
|
|
/**#@+
|
|
* @memberOf Foo2#
|
|
* @field
|
|
*/
|
|
|
|
/**
|
|
* @name bar
|
|
* @type Object[]
|
|
*/
|
|
|
|
/**#@-*/ |