documentation comments /** */

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • shaileshkumar
    New Member
    • Aug 2007
    • 36

    #1

    documentation comments /** */

    i read in one of the notes that comments /** */ are used for documentation and is used by javadoc tool.

    i have a class by name Simple.java
    i used the command javadoc Simple.java

    i have got Simple.html ,but i could not find the message written inside the
    /** */


    what's the mistake?

    regards ,
    shailesh
  • JosAH
    Recognized Expert MVP
    • Mar 2007
    • 11453

    #2
    Originally posted by shaileshkumar
    what's the mistake?
    Your mistake is that you didn't read the Javadoc Tutorial first.

    kind regards,

    Jos

    Comment

    Working...