It took me awhile to learn all the asdoc tags but it is worth spending a
few minutes to see what is available.


Here is a handy table (just google flex asdoc tags when you want to look
one up):

http://help.adobe.com/en_US/flex/using/WSd0ded3821e0d52fe1e63e3d11c2f44bc36
-7ff6.html


and here is some wordy text:

http://help.adobe.com/en_US/flex/using/WSd0ded3821e0d52fe1e63e3d11c2f44bb7b
-7ff7.html is a good start.

Note that in the Flex code you will see @private in asdoc for private
functions.  This isn't necessary.  Internally, we only recently dropped
the requirement to have @private on private functions so most of the code
still has those tags.


Carol

On 3/15/12 5 :02PM, "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

Reply via email to