diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2001-09-30 15:25:14 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2001-09-30 15:25:14 (GMT) |
commit | 00e00a1df00be67219a28aaa8d58e8a0991555eb (patch) | |
tree | c28047dda40b8133ff1326d80fcf662cc8065c7e /examples | |
parent | 156b0bb68fc4104792afb27ee4ee466f3efac206 (diff) | |
download | Doxygen-00e00a1df00be67219a28aaa8d58e8a0991555eb.zip Doxygen-00e00a1df00be67219a28aaa8d58e8a0991555eb.tar.gz Doxygen-00e00a1df00be67219a28aaa8d58e8a0991555eb.tar.bz2 |
Release-1.2.11
Diffstat (limited to 'examples')
-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 |