Hi,
I'm creating javadocs for my project work (so as to increase number of pages of my project documentation. my codings are only 15 pages long )
/**
* @author <b>Dhilipkumar</b>
*
* @category ??
* @deprecated ??
* @serial ??
* @version ??
* @see ??
* @since ??
*/
What are they used for? thanks
--Edited to add: anyother javadoc commands can be added to increase codings size?
regards
dhilip

