Fixed enum comments generation, added testcases

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2012-doxygen@13184 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Dmitry Kabak 2012-06-18 19:13:23 +00:00
commit b88de2aa89
14 changed files with 470 additions and 45 deletions

View file

@ -16,6 +16,10 @@ C_TEST_CASES = \
java_lib_various
CPP_TEST_CASES = \
doxygen_parsing_enums_simple \
doxygen_parsing_enums_proper \
doxygen_parsing_enums_typesafe \
doxygen_parsing_enums_typeunsafe \
enum_thorough_proper \
enum_thorough_simple \
enum_thorough_typeunsafe \