| 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
|
|
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.
|
 |
 |
|
|
subject: java documentation
|
|
|