Any of you brilliant ADs know if there is someway for me to be able to read values from an ASDoc decalration?
i.e:/** * @version 1.5 */ var version:String = @version;
Thanks guys!
- Author was Featured
- Bought between 1 and 9 items
- Europe
- Exclusive Author
- Has been a member for 5-6 years
- Referred between 100 and 199 users
- Sold between 50 000 and 100 000 dollars
you want to generate documentation for your classes?
you want to generate documentation for your classes?
I want to see the value set on the @version or @author and place it on a var.
- Author was Featured
- Bought between 1 and 9 items
- Europe
- Exclusive Author
- Has been a member for 5-6 years
- Referred between 100 and 199 users
- Sold between 50 000 and 100 000 dollars
there is a shortcut for that in flashDevelop , that gives you the extended info about the class, and methods , but I forgot what it is … 
- Author was Featured
- Bought between 1 and 9 items
- Europe
- Exclusive Author
- Has been a member for 5-6 years
- Referred between 100 and 199 users
- Sold between 50 000 and 100 000 dollars
oh , when you have code completion displayed , press F1 it will give you the comments for that method ,etc….
oh , when you have code completion displayed , press F1 it will give you the comments for that method ,etc….
Thanks Man! I’ll do that.
