Add Doxygen test for constant and fix JavaDoc indentation
This commit is contained in:
parent
50d7f36f45
commit
ecc66fdcbd
3 changed files with 9 additions and 1 deletions
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue