Javadoc comments for Tutorial should be formatted using latest Java7/8 javadoc stds
karianna opened this issue · 5 comments
Whilst there's not too many classes to overhaul, this is a good opportunity to get this right early. + package-info files as well.
Hey @karianna is there a particular definitive resource describing the standards that you would recommend?
http://www.oracle.com/technetwork/java/javase/documentation/index-137868.html is the latest (I think)
Would this help?
Hi Graham, I'm not sure, I usually just execute the Maven javadoc:javadoc goal and see what errors come out. This is also an enhancement request though as just 'fixing Javadoc bugs' doesn't mean it's nicely formatted Javadoc. I've fix the warnings to start with and we should discuss the rest further.
Pull Requested the Javadoc fixes and I think I've fixed up most of the Javadoc, so I think this can just be closed with the PR and individual bugs raised against unreadable Javadoc.