freebsd-ports/devel/doctorj/pkg-descr
Pav Lucistnik 32a55e6e2d - Update to 5.1.2
- Take maintainership

PR:		ports/110625
Submitted by:	Nemo Liu <nemoliu@gmail.com>
2007-03-23 20:55:51 +00:00

16 lines
492 B
Text

Beyond the level of what Javadoc does, DoctorJ compares documentation against
code. Among what it detects:
* misspelled words
* parameter and exception names:
o missing
o misordered
o misspelled
* Javadoc tags:
o invalid
o misordered
o missing expected arguments
o invalid arguments
o missing descriptions
* undocumented classes, methods, fields, parameters
WWW: http://doctorj.sourceforge.net/