summaryrefslogtreecommitdiffstats
path: root/testing/073_typed_enum.cpp
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2018-04-01 17:52:57 (GMT)
committeralbert-github <albert.tests@gmail.com>2018-04-01 17:52:57 (GMT)
commit1c3317e72f7845f121009c10add4d209d607ce48 (patch)
tree8bea0c1ffbd36799e350d2a5e8b5b2a3542f29dc /testing/073_typed_enum.cpp
parent7e2fcd305c8c9377aa958a3d812cc31bc81c0e32 (diff)
downloadDoxygen-1c3317e72f7845f121009c10add4d209d607ce48.zip
Doxygen-1c3317e72f7845f121009c10add4d209d607ce48.tar.gz
Doxygen-1c3317e72f7845f121009c10add4d209d607ce48.tar.bz2
Test renumbering
The tests numbers 067 and 068 were used twice, test 067 has been renamed to 072 and test 068 has been renamed to 073.
Diffstat (limited to 'testing/073_typed_enum.cpp')
-rw-r--r--testing/073_typed_enum.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/testing/073_typed_enum.cpp b/testing/073_typed_enum.cpp
new file mode 100644
index 0000000..0818463
--- /dev/null
+++ b/testing/073_typed_enum.cpp
@@ -0,0 +1,7 @@
+// objective: test underlying type and strongness for an enum
+// check: 073__typed__enum_8cpp.xml
+
+/** \file */
+
+/** @brief A strongly-typed enum */
+enum class E: unsigned short {};