Closed GoogleCodeExporter closed 8 years ago
Properties added via the @property tag are always assumed to be added as
"instance
properties," that is: parent#property
In the second case you've explicitly said "name" is a property of the "Shape"
*class*, in other words a static property: parent.property
If you mean that "name" should be a member of instances of Shape, then use this:
@memberOf Shape#
See this for more info on the different delimiters used by JsDoc Toolkit:
http://www.jsdoctoolkit.org/wiki/?page=namepath
Original comment by micmath
on 29 May 2008 at 1:53
Original issue reported on code.google.com by
herz...@gmail.com
on 29 May 2008 at 1:27