diff options
author | aaw <aaw@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-11-27 20:52:02 +0000 |
---|---|---|
committer | aaw <aaw@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-11-27 20:52:02 +0000 |
commit | 264114a8dc7e9998dfd0feb492f94fd76a7035d2 (patch) | |
tree | f21c7995f25e7c20df79cde13a6fd20c8468e064 /libstdc++-v3 | |
parent | 5d3b06822a1ad9964fc1cb16c9a0608d47ccd011 (diff) | |
download | gcc-264114a8dc7e9998dfd0feb492f94fd76a7035d2.tar.gz |
Fix incorrect @headername Doxygen macro invocation.
Format is @headername{hdr1,hdr2} not @headername{hdr1 or hdr2}.
2012-11-27 Ollie Wild <aaw@google.com>
* include/bits/stl_tree.h (@headername): Fix incorrect Doxygen macro
invocation.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@193869 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3')
-rw-r--r-- | libstdc++-v3/ChangeLog | 5 | ||||
-rw-r--r-- | libstdc++-v3/include/bits/stl_tree.h | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index c6d0687eb7b..9d22b9d71a3 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2012-11-27 Ollie Wild <aaw@google.com> + + * include/bits/stl_tree.h (@headername): Fix incorrect Doxygen macro + invocation. + 2012-11-26 Jonathan Wakely <jwakely.gcc@gmail.com> * include/std/functional (__is_socketlike): Change from class diff --git a/libstdc++-v3/include/bits/stl_tree.h b/libstdc++-v3/include/bits/stl_tree.h index 03a5e307c58..037aad3a7fe 100644 --- a/libstdc++-v3/include/bits/stl_tree.h +++ b/libstdc++-v3/include/bits/stl_tree.h @@ -54,7 +54,7 @@ /** @file bits/stl_tree.h * This is an internal header file, included by other library headers. - * Do not attempt to use it directly. @headername{map or set} + * Do not attempt to use it directly. @headername{map,set} */ #ifndef _STL_TREE_H |