-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Generate API docs for all student project classes and members #175
Comments
I should add an integration test to the project archetypes that validates that the expected API documentation is generated |
DavidWhitlock
added a commit
that referenced
this issue
Jul 2, 2016
… project. This begins to address issue #175.
DavidWhitlock
added a commit
that referenced
this issue
Jun 24, 2017
…mentation for all members regardless of their visibility.
DavidWhitlock
added a commit
that referenced
this issue
Jun 25, 2017
…that make sure that the Grader javadoc is generated as expected.
DavidWhitlock
added a commit
that referenced
this issue
Jun 25, 2017
…visibility Address issue #175 so that when generating the Grader javadocs for projects, include class members with all visibilities. Also, add integration tests that generate and verify the Grader javadoc.
Changes to address this issue have been committed to the |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
While making sure that the scripts that grade Project 1 still work, I noticed that API documentation was only generated for
public
classes and members. Students who have package-protected classes or members will not have their javadoc graded. That needs to be fixed.The text was updated successfully, but these errors were encountered: