summaryrefslogtreecommitdiffstats
path: root/examples/group.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/group.cpp')
-rw-r--r--examples/group.cpp14
1 files changed, 14 insertions, 0 deletions
diff --git a/examples/group.cpp b/examples/group.cpp
index 0993cc2..e3a1b40 100644
--- a/examples/group.cpp
+++ b/examples/group.cpp
@@ -72,3 +72,17 @@ namespace N1 {};
/** @} */
+/** @addtogroup group1
+ *
+ * More documentation for the first group.
+ * @{
+ */
+
+/** another function in group 1 */
+void func2() {}
+
+/** yet another function in group 1 */
+void func3() {}
+
+/** @} */
+