Results 1 to 6 of 6
- 03-26-2012, 10:59 AM #1
javadocs
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
dhilipLast edited by noobplus; 03-26-2012 at 11:02 AM.
- 03-26-2012, 05:22 PM #2
Re: javadocs
- 03-26-2012, 05:49 PM #3
Moderator
- Join Date
- Apr 2009
- Posts
- 10,476
- Rep Power
- 16
Re: javadocs
That's because 'deprecated' flags it as a method or class or attribute you should not be using and may, in a future release, be removed entirely.
The docs would also usually say what you should be using instead of the deprecated thing.Please do not ask for code as refusal often offends.
- 03-26-2012, 06:00 PM #4
Re: javadocs
- 03-26-2012, 06:12 PM #5
Moderator
- Join Date
- Apr 2009
- Posts
- 10,476
- Rep Power
- 16
Re: javadocs
You could simply look this up you know.
Javadoc doc tags.Please do not ask for code as refusal often offends.
- 03-26-2012, 06:16 PM #6
Re: javadocs
Similar Threads
-
Adding Javadocs Without IDE's
By Black_Sirrah239 in forum New To JavaReplies: 1Last Post: 11-28-2011, 09:43 PM -
setting up javadocs?
By PersonUsingEclipse in forum EclipseReplies: 0Last Post: 01-29-2009, 03:42 AM -
Lost my javadocs
By orchid in forum EclipseReplies: 3Last Post: 04-30-2008, 09:45 PM -
JavaDocs
By Asguarde in forum New To JavaReplies: 4Last Post: 03-15-2008, 04:13 AM


2Likes
LinkBack URL
About LinkBacks
Reply With Quote


Bookmarks