Results 1 to 3 of 3

Thread: [RESOLVED] Javadoc Comment

  1. #1

    Thread Starter
    PowerPoster eranga262154's Avatar
    Join Date
    Jun 2006
    Posts
    2,201

    Resolved [RESOLVED] Javadoc Comment

    Hi,

    What is mean " Javadoc Comment "?

    Is it automatically creating HTML based documentation?

    Is it unique for Java?

  2. #2
    Arabic Poster ComputerJy's Avatar
    Join Date
    Nov 2005
    Location
    Happily misplaced
    Posts
    2,513

    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

  3. #3

    Thread Starter
    PowerPoster eranga262154's Avatar
    Join Date
    Jun 2006
    Posts
    2,201

    Re: Javadoc Comment

    Thanks......

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width