Fix incorrect @headername Doxygen macro invocation.
authoraaw <aaw@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 27 Nov 2012 20:52:02 +0000 (20:52 +0000)
committeraaw <aaw@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 27 Nov 2012 20:52:02 +0000 (20:52 +0000)
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

libstdc++-v3/ChangeLog
libstdc++-v3/include/bits/stl_tree.h

index c6d0687..9d22b9d 100644 (file)
@@ -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
index 03a5e30..037aad3 100644 (file)
@@ -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