diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2001-09-30 15:25:14 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2001-09-30 15:25:14 (GMT) |
commit | e174524c861548adb3cfd48ef59a7a4551cd2bfb (patch) | |
tree | c28047dda40b8133ff1326d80fcf662cc8065c7e /examples/group.cpp | |
parent | 86502f97ecaea3254217d723b5f10b6405495184 (diff) | |
download | Doxygen-e174524c861548adb3cfd48ef59a7a4551cd2bfb.zip Doxygen-e174524c861548adb3cfd48ef59a7a4551cd2bfb.tar.gz Doxygen-e174524c861548adb3cfd48ef59a7a4551cd2bfb.tar.bz2 |
Release-1.2.11
Diffstat (limited to 'examples/group.cpp')
-rw-r--r-- | examples/group.cpp | 6 |
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 |