|
-
Aug 8th, 2006, 12:22 AM
#1
Thread Starter
PowerPoster
[RESOLVED] Javadoc Comment
Hi,
What is mean " Javadoc Comment "?
Is it automatically creating HTML based documentation?
Is it unique for Java?
-
Aug 8th, 2006, 02:32 AM
#2
Re: Javadoc Comment
Javadoc
Pertaining to the tool that parses the declarations and documentation comments in a set of source files and produces a set of HTML pages describing the classes, inner classes, interfaces, constructors, methods, and fields. The Javadoc tool from Sun Microsystems is used for generating API documentation in HTML format from doc comments in source code. (Information taken from the SUN Javadoc tool web page: http://java.sun.com/j2se/javadoc/index.html).
"I'm not normally a praying man, but if you're up there, save me... Superman!" - Homer Simpson
My Blog
-
Aug 8th, 2006, 02:59 AM
#3
Thread Starter
PowerPoster
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|