Fixed enum comments generation in java
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2012-doxygen@13209 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
4289b8e273
commit
304e232dbc
2 changed files with 18 additions and 4 deletions
|
|
@ -64,7 +64,6 @@ public class doxygen_parsing_enums_simple_runme {
|
|||
com.sun.tools.javadoc.Main.execute("doxygen_parsing_enums_simple runtime test",
|
||||
"doxygen_parsing_enums_simple_runme", new String[]{"-quiet", "doxygen_parsing_enums_simple"});
|
||||
|
||||
wantedComments.put("E_TEST", " Test enumeration \n");
|
||||
wantedComments.put("E_TEST_ONE", " the first item \n");
|
||||
wantedComments.put("E_TEST_TWO", " the second \n");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue