summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authordimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2001-09-30 15:25:14 (GMT)
committerdimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2001-09-30 15:25:14 (GMT)
commite174524c861548adb3cfd48ef59a7a4551cd2bfb (patch)
treec28047dda40b8133ff1326d80fcf662cc8065c7e /examples
parent86502f97ecaea3254217d723b5f10b6405495184 (diff)
downloadDoxygen-e174524c861548adb3cfd48ef59a7a4551cd2bfb.zip
Doxygen-e174524c861548adb3cfd48ef59a7a4551cd2bfb.tar.gz
Doxygen-e174524c861548adb3cfd48ef59a7a4551cd2bfb.tar.bz2
Release-1.2.11
Diffstat (limited to 'examples')
-rw-r--r--examples/group.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/group.cpp b/examples/group.cpp
index e3a1b40..b120b90 100644
--- a/examples/group.cpp
+++ b/examples/group.cpp
@@ -12,7 +12,7 @@ class C2 {};
/** function in group 1 */
void func() {}
-/** @} end of group1 */
+/** @} */ // end of group1
/**
* @defgroup group2 The Second Group
@@ -70,7 +70,7 @@ namespace N1 {};
* Text of the second section
*/
-/** @} */
+/** @} */ // end of group5
/** @addtogroup group1
*
@@ -84,5 +84,5 @@ void func2() {}
/** yet another function in group 1 */
void func3() {}
-/** @} */
+/** @} */ // end of group1