[Jsdoc-user] public properties?
Status: Inactive
Brought to you by:
mmathews
From: Anthony E. <an...@ch...> - 2007-03-27 21:59:08
|
Is it bad form to have a public property? I'm not seeing any way to note this in JSDoc. ie: Foo.bar: { some_public_property: 2, a_func: function(p) { } } Such that I can set it with: Foo.bar.some_public_property = 3; Seems we need a JSDoc "@public" notation. -- Anthony Ettinger Ph: 408-656-2473 http://chovy.dyndns.org/resume.html http://utuxia.com/consulting |