How can I exclude some packages?
The parsing is done by javadoc, not by the Doclet. That's why javadoc has to exclude a class from processing. Please see documentation of the javadoc tool or ANT.
- Javadoc 1.4 (look for option
-exclude) - javadoc ANT task (look for parameters
excludepackageandexcludepackagenames)