Home CPSC 240

Lab 17: Javadoc Exercise

 

Objective

To get experience using the javadoc tool to generate documentation automatically.


 

Task

For this assignment, you will be adding Javadoc comments into this Student class. You should include a comment for the class itself as well as each public method. Each method should include tags for return values, parameters and exceptions where appropriate.


 

Details


 

Submitting

The generated documentation contains dozens of files. Instead of turning in all of them, please submit the following two things under the lab in Canvas:

  1. The modified Student.java with your documentation comments added in.
  2. A screenshot of the documentation page open on your computer so I can see you were able to generate and view it.

Copyright © 2024 Ian Finlayson | Licensed under a Attribution-NonCommercial 4.0 International License.