Add doxygen testing of Java constructor wrappers
This commit is contained in:
parent
9cc05724ef
commit
602b0d5a2c
6 changed files with 20 additions and 4 deletions
|
|
@ -26,6 +26,12 @@ public class doxygen_parsing_runme {
|
|||
|
||||
HashMap<String, String> wantedComments = new HashMap<String, String>();
|
||||
|
||||
wantedComments.put("doxygen_parsing.SomeAnotherClass",
|
||||
" SomeAnotherClass description");
|
||||
wantedComments.put("doxygen_parsing.SomeAnotherClass(int)",
|
||||
" First overloaded constructor.");
|
||||
wantedComments.put("doxygen_parsing.SomeAnotherClass(java.lang.String)",
|
||||
" Second overloaded constructor.");
|
||||
wantedComments.put("doxygen_parsing.SomeAnotherClass.getClassAttr()",
|
||||
" The class attribute comment \n" +
|
||||
" \n" +
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue