DOCTORJ(1) | DOCTORJ(1) |
doctorj - Javadoc analyzer and spell-checker
doctorj [--emacs] [--warning=LEVEL] [--tabwidth=NUM]
[--dictionaries=LIST] [--verbose] {FILE...}
doctorj is an application to analyze Javadoc comments against Java code, verifying its integrity and format. It also spell-checks Javadoc comments.
8:48:9:4: An error occurred on this line.
By default, violations are displayed in ``long form'', showing the context.
To check a single file:
% doctorj String.java
To check multiple files:
% doctorj String.java StringBuffer.java Object.java
To check all files below a directory:
% doctorj /proj/app/src
To run at the maximum warning level:
% doctorj --warning=4 .
To specify a different dictionary:
% doctorj --dictionaries=/usr/share/dict/words .
$HOME/.doctorjrc
The run-control file, of the form:
emacs: true warning: 4 tabwidth: 8 dictionaries: /usr/share/dict/words,/home/me/etc/terms verbose: false
Dictionary (word list) files contain one word per line, for example:
adaxial cepaceous sabaton vespiaries
Jeff Pace<jpace@incava.org>
The DoctorJ web site is at http://www.doctorj.org.
Bugs and issues should be reported at the SourceForge.net project site: http://www.sf.net/projects/doctorj
Copyright (c) 2002, Jeff Pace.
All Rights Reserved. This module is free software. It may be used, redistributed and/or modified under the terms of the GNU Lesser General Public License: http://www.gnu.org/licenses/lgpl.html