summaryrefslogtreecommitdiff
path: root/Examples/test-suite/doxygen_misc_constructs.i
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/test-suite/doxygen_misc_constructs.i')
-rw-r--r--Examples/test-suite/doxygen_misc_constructs.i11
1 files changed, 11 insertions, 0 deletions
diff --git a/Examples/test-suite/doxygen_misc_constructs.i b/Examples/test-suite/doxygen_misc_constructs.i
index e77edc7fb..56e4fbdac 100644
--- a/Examples/test-suite/doxygen_misc_constructs.i
+++ b/Examples/test-suite/doxygen_misc_constructs.i
@@ -125,6 +125,17 @@
,ODD_PARTIAL3_TWO ///< desc of odd_partial3_two
,ODD_PARTIAL3_THREE
} ENestedOddPartial3;
+
+ /** Description for TESTENUM. */
+ enum TESTENUM
+ {
+ /** something for none */
+ TEST_NONE = 0,
+ /** something for one */
+ TEST_ONE,
+ /** something for two */
+ TEST_TWO /** something more for two */
+ };
};
/// @return This is a bad place for this tag, but it should be ignored.