aspose file tools
The moose likes Developer Certification (SCJD/OCMJD) and the fly likes java documentation Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Certification » Developer Certification (SCJD/OCMJD)
Reply Bookmark "java documentation" Watch "java documentation" New topic
Author

java documentation

David Dong
Ranch Hand

Joined: Aug 15, 2004
Posts: 58
Hello,

Can anyone help with this problem.

In DBMain class,
the comment start with //
how to ask javadoc to read // as comment?
or can we modify the DBmain file?
[ January 23, 2005: Message edited by: David Dong ]
Dieskun Koper
Ranch Hand

Joined: Aug 15, 2004
Posts: 85
I changed the documentation style of DBMain to javadoc style.
Note that by doing this you are not changing the interface, the .class file would still be the same.
Andrew Monkhouse
author and jackaroo
Marshal Commander

Joined: Mar 28, 2003
Posts: 10816
    
  25

Hi David,

You will have to change this to standard JavaDoc comment format.

Regards, Andrew


The Sun Certified Java Developer Exam with J2SE 5: paper version from Amazon, PDF from Apress, Online reference: Books 24x7 Personal blog
David Dong
Ranch Hand

Joined: Aug 15, 2004
Posts: 58
thank you for all your reply.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: java documentation
 
Similar Threads
Comment in DBMain
B&S: find/search
URLyBird DB Design
NX: Questions about URLyBird 1.3.2
Is it ok to change the comment in DBMain