-
Notifications
You must be signed in to change notification settings - Fork 6
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
Add Javadoc documentation to project #18
Conversation
|
@subhramit can you take a look at the output of Can you please fix those? |
Findings: as per https://bugs.openjdk.org/browse/JDK-8068562, they are recognized but not considered standard (didn't know this!). I'll change them. |
@navin772 let me know if anything else is needed! All errors are fixed. |
@subhramit is there any way we can have the |
Good point. Will do some reading on this and get back. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Closes #8
Adds javadoc documentation to all classes and methods in the project (except for obvious methods such as setters in
LambdaTestTask
).I have kept the documentation thorough, including how one class is dependent on another. Please read through and let me know if any additions/removals are necessary.