vote up 0 vote down star

What does this mean?

/**
 * ...
 * @author ...
 */

and now do i use it?

thanks! (tried google-ing first, but wildcards are throwing it off)

flag

1 Answer

vote up 8 vote down

They are Javadocs comments, a format to write code comments that started with Java, and is some other languages picked the syntax.

There are parsers available that will read your code files and generate HTML output from them, to easily document an API.

link|flag
Thanks so very much for your quick and accurate answer! – billy Oct 8 at 23:18
2  
Actually they are called asdoc comments in actionscript. ASDoc, like javadoc, comes free with the flex framework. – Amarghosh Oct 9 at 4:44

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.