Allowed HTML tags in Javadoc
问题 The Checkstyle rule JavadocStyle does not allow the tag <u> . According to the docs, the checks were patterned after the checks made by the DocCheck doclet available from Sun. Unfortunately, I have not found DocCheck anywhere. Neither have I found any official documentation about allowed HTML tags in Javadoc. Is there any? 回答1: Javadoc permits only a subset of HTML tags, as of Java 8. Javadoc's doclint component enforces this restriction. You can disable all doclint warnings by passing