summaryrefslogtreecommitdiffstats
path: root/examples/group.cpp
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2001-04-30 17:28:34 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2001-04-30 17:28:34 (GMT)
commitf7c8264049868843f3ee7e8ce8f418c0e1c31374 (patch)
treee2fe643e6fc6aabac8311560e2258318c1dead5a /examples/group.cpp
parent47fa8f358883b25263b725f6d33d2f5800d45ebf (diff)
downloadDoxygen-f7c8264049868843f3ee7e8ce8f418c0e1c31374.zip
Doxygen-f7c8264049868843f3ee7e8ce8f418c0e1c31374.tar.gz
Doxygen-f7c8264049868843f3ee7e8ce8f418c0e1c31374.tar.bz2
Release-1.2.7
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() {}
+
+/** @} */
+