Its just for AsDoc. By default, the ASDoc tool generates output for all public and protected elements in an ActionScript class, even if you omit the ASDoc comment. To make ASDoc ignore an element, insert an ASDoc comment that contains the @private tag anywhere in the comment. The ASDoc comment can contain additional text along with the@private tag, which is also excluded from the output.
It allows comments to be included that shouldn't be exposed to any documentation. On Thu, Mar 15, 2012 at 2:02 PM, JP Bader <j...@zavteq.com> wrote: > I was reviewing some of Tink's code in the whiteboard and I have > questions about why the comments say private, but the setter methods > are public. Is this a coding convention that I'm just not aware of? > For example, ViewGroup, line 70, private, but method is public. > > Regards, > > JP > > On Wed, Mar 14, 2012 at 1:13 AM, Bogdan DINU <flex.programm...@gmail.com> > wrote: > > Agree with that! > > > > Good job Tink! > > > > On Tue, Mar 13, 2012 at 12:56 PM, Arnoud Bos < > arn...@artim-interactive.nl>wrote: > > > >> > >> Hi Tink, > >> > >> Your layouts / navigators are of great value! So consider this as > interest > >> :-) > >> Maybe because they just work and people can grab them from the > whiteboard > >> there is not much feedback. > >> > >> > > > > -- > JP Bader > Principal > Zavteq, Inc. > @lordB8r | j...@zavteq.com > 608.692.2468 >