Java

INDEPENDENT TOPIC 04 – JAVADOC

 

LESSON WORK

 

 

QUESTION 1


Take any older class that you wrote (that contains at least a few methods) and add doc comments to it.  Include the @param tags to describe parameters for methods.

 

Then go through the process of running the Javadoc application and viewing the corresponding webpage. 

 

Mr. Campeau will ask you to show your html document with the java documentation that corresponds to your source code.

Note:  Open the file index.html in the webpage folder when viewing your html document.