summaryrefslogtreecommitdiffstats
path: root/examples/enum.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/enum.h')
-rw-r--r--examples/enum.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/enum.h b/examples/enum.h
index 4c54fab..ab7ffa6 100644
--- a/examples/enum.h
+++ b/examples/enum.h
@@ -1,4 +1,4 @@
-class Test
+class Enum_Test
{
public:
enum TEnum { Val1, Val2 };
@@ -11,14 +11,14 @@ class Test
};
};
-/*! \class Test
+/*! \class Enum_Test
* The class description.
*/
-/*! \enum Test::TEnum
+/*! \enum Enum_Test::TEnum
* A description of the enum type.
*/
-/*! \var Test::TEnum Test::Val1
+/*! \var Enum_Test::TEnum Enum_Test::Val1
* The description of the first enum value.
*/