diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2000-05-08 20:42:05 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2000-05-08 20:42:05 (GMT) |
commit | 6c268019f8ce8b58058e7f7f8204c82b8d0ac190 (patch) | |
tree | 28a24e8c88d32a50bc5bef6d49306553267dc5ab /examples/group.cpp | |
parent | b5fb0aa0f1c2a5373ed97b127e2daeeb81ab38f2 (diff) | |
download | Doxygen-6c268019f8ce8b58058e7f7f8204c82b8d0ac190.zip Doxygen-6c268019f8ce8b58058e7f7f8204c82b8d0ac190.tar.gz Doxygen-6c268019f8ce8b58058e7f7f8204c82b8d0ac190.tar.bz2 |
Release-1.1.3
Diffstat (limited to 'examples/group.cpp')
-rw-r--r-- | examples/group.cpp | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/examples/group.cpp b/examples/group.cpp index 7bd3255..53ea371 100644 --- a/examples/group.cpp +++ b/examples/group.cpp @@ -10,6 +10,11 @@ * This is the third group */ +/*! \defgroup group4 The Fourth Group + * \ingroup group3 + * Group 4 is a subgroup of group 3 + */ + /*! \ingroup group1 * \brief class C1 in group 1 */ @@ -35,11 +40,11 @@ class C4 {}; */ class C5 {}; -/*! \ingroup group1 group2 group3 - * \brief class C6 in all groups - * \sa \link group1 The first group\endlink, group2, group3 +/*! \ingroup group1 group2 group3 group4 + * namespace N1 is in all groups + * \sa \link group1 The first group\endlink, group2, group3, group4 */ -class C6 {}; +namespace N1 {}; /*! \file * \ingroup group3 |