-
Notifications
You must be signed in to change notification settings - Fork 65
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
Plugin JavaDocs #125
base: master
Are you sure you want to change the base?
Plugin JavaDocs #125
Conversation
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.
Some top tier JavaDocs in most places, but sometimes you are just explaining how it internally functions instead of what it actually is supposed to do.
I am gonna leave it open if you should actually JavaDoc private fields, I think it's weird but it kinda explains the fields better than without
/** | ||
* Inventory close boolean. This field being a boolean, is the key to allowing the inventory to | ||
* be closed or not. | ||
*/ |
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.
This JavaDoc is just floating around with nothing attached to it
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.
Fixed the floating JavaDoc. Also added some more Javadocs along with clearing up the meaning behind what things are actually suppose to do. Will add more when I can, with whatever you have not added in v2.0.0
Willing to do as much JavaDocs as I can if you would like me to. I enjoy it and it actually helps me learn more about Java. I am not a beginner but I am also not a pro at Java but I'll do my best to keep it as generic and accurate as possible.