[kepler-dev] doccheck - a doclet that checks doclets

Christopher Brooks cxh at eecs.berkeley.edu
Wed Mar 22 11:26:13 PST 2006


Doccheck is a doclet that produces html that describes javadoc errors.
Doccheck can be found at:
http://java.sun.com/j2se/javadoc/doccheck/

It gets run with something like:
   javadoc -doclet com.sun.tools.doclets.doccheck.DocCheck  \
	-docletpath $PTII/vendors/sun/doccheck1.2b2/doccheck.jar \
	ptolemy.actor.lib ptolemy.actor.lib.gui 

The Ptolemy doccheck output is at
http://chess.eecs.berkeley.edu/ptexternal/nightly/doccheck/index.html


BTW - The Ptolemy nightly build output is at
http://chess.eecs.berkeley.edu/ptexternal/nightly/index.htm

_Christopher


More information about the Kepler-dev mailing list