tnozaki / cuelib

Automatically exported from code.google.com/p/cuelib
1 stars 2 forks source link

Make sure (all members of) all classes have javadocs. #15

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Not (all members of) all classes have javadoc comments. Make sure that they
have.

Original issue reported on code.google.com by monsterm...@gmail.com on 12 May 2008 at 10:06

GoogleCodeExporter commented 8 years ago
Fixed in revision 57.

Fix for issue 15, "Make sure (all members of) all classes have javadocs." Added
javadocs to all members of all classes, with the exception of a number of 
private
String and Pattern members in jwbroek.cuelib.CueParser, where comments would 
have
been superfluous.

Original comment by monsterm...@gmail.com on 21 May 2008 at 8:56