| Author |
Documentation
|
Michael Huber
Ranch Hand
Joined: Aug 20, 2004
Posts: 43
|
|
ANyone know how to create a documentation page that can be viewed in a web browser and looks like the pages in the API?? thanks!
|
 |
rahul V kumar
Ranch Hand
Joined: May 20, 2003
Posts: 82
|
|
checkout the javadoc command check out the following link http://java.sun.com/j2se/javadoc/writingdoccomments/
|
 |
Michael Huber
Ranch Hand
Joined: Aug 20, 2004
Posts: 43
|
|
thanks but whats the command to view it I mean using j2sdk 1.4.1 through the command prompt is it javadoc (the name of file).java ??? then javadoc (the name of file) thanks any help is much appreciated
|
 |
Stefan Wagner
Ranch Hand
Joined: Jun 02, 2003
Posts: 1923
|
|
What's the command to view the j2sdk-docs? perhaps, if you're using opera as browser. javadoc generates .html-files.
|
http://home.arcor.de/hirnstrom/bewerbung
|
 |
 |
|
|
subject: Documentation
|
|
|