Can DocCheck be customized to ignore certain tags?

There are some tags that our team has decided not to include in our javadocs, but DocCheck will create an error report, stating that these tags are missing. Is there a way to tell (customize) DocCheck to not report errors on a certain tag?Thanks,Alex
[278 byte] By [gs03ann] at [2007-9-26 6:42:12]
# 1

No, DocCheck cannot ignore specific tags.

That is a feature worthy of inclusion.

As an internal-use utility, the first version of DocCheck

simply modeled Sun's API standard. But for outside use,

it would make sense to selectively disable tags.

We'll consider adding it. Or if you want to add it and

send us your changes to the source code, we would

welcome that. (The source code is in the release.)

-Doug Kramer (for Eric Armstrong, DocCheck programmer)

Javadoc team

dkramer at 2007-7-1 16:01:48 > top of Java-index,Developer Tools,Debugging and Profiling Tool APIs...