diff options
author | albert-github <albert.tests@gmail.com> | 2015-12-27 14:28:03 (GMT) |
---|---|---|
committer | albert-github <albert.tests@gmail.com> | 2015-12-27 14:28:03 (GMT) |
commit | ae033324fed6ff9b3febe12b5777f19c04e065d2 (patch) | |
tree | 54ccfdb8c32501fb07ac52057101477f8a4c60d4 /doc/grouping.doc | |
parent | e4a46ae16468526327d019c80d19991a9d884267 (diff) | |
download | Doxygen-ae033324fed6ff9b3febe12b5777f19c04e065d2.zip Doxygen-ae033324fed6ff9b3febe12b5777f19c04e065d2.tar.gz Doxygen-ae033324fed6ff9b3febe12b5777f19c04e065d2.tar.bz2 |
Documentation small corrections
Diffstat (limited to 'doc/grouping.doc')
-rw-r--r-- | doc/grouping.doc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/grouping.doc b/doc/grouping.doc index 64102e1..dcd25db 100644 --- a/doc/grouping.doc +++ b/doc/grouping.doc @@ -128,7 +128,7 @@ This is the \ref group_label "link" to this group. The priorities of grouping definitions are (from highest to lowest): \ref cmdingroup "\\ingroup", \ref cmddefgroup "\\defgroup", \ref cmdaddtogroup "\\addtogroup", \ref cmdweakgroup "\\weakgroup". -The last command is exactly like \ref cmdaddtogroup "\\addtogroup" +The \ref cmdweakgroup "\\weakgroup" command is exactly like \ref cmdaddtogroup "\\addtogroup" with a lower priority. It was added to allow "lazy" grouping definitions: you can use commands with a higher priority in your .h files to define the hierarchy and \ref cmdweakgroup "\\weakgroup" |