Add Doxygen test for constant and fix JavaDoc indentation

This commit is contained in:
William S Fulton 2018-06-16 22:36:08 +01:00
commit ecc66fdcbd
3 changed files with 9 additions and 1 deletions

View file

@ -125,6 +125,9 @@ public class doxygen_parsing_runme {
wantedComments.put("doxygen_parsing.SomeAnotherClass.setClassAttr2(int)",
"The class attribute post-comment \n" +
"");
wantedComments.put("doxygen_parsing.doxygen_parsingConstants.CONSTANT_VALUE",
"The constant comment \n" +
"");
// and ask the parser to check comments for us
System.exit(parser.check(wantedComments));