This is my assignment requirement for
Java Docs
The code itself should be as clear as possible; do not provide comments that do not add to the comprehensibility of the code. Awkward or complex code should have descriptive comments, and javadoc style comments must be used for each element of the public interface of each class. You must create a full suite of documentation for the classes of the completed project. This must be generated using the tool "javadoc" and must be in HTML format. Provide javadoc documentation for all classes you write.
does this mean I should or should not provide Java docs for my private methods, if not should they just be normal comments? or do you put them in for eveything?
Thanks
Lee