class properties
jneuendorf opened this issue · 1 comments
jneuendorf commented
Hi,
it'd be nice to have the ability to have class properties show up in the generated docs. E.g.
class A
# @property [Number] some description
@classProp: 1
# @property [Array<String>] some description
@classProp2 = ["elem1"]
Or did I overlook this feature? ^^
inossidabile commented
Those are not properties. Those are attributes.