Fix incorrect @headername Doxygen macro invocation.
authorOllie Wild <aaw@google.com>
Tue, 27 Nov 2012 20:52:02 +0000 (20:52 +0000)
committerOllie Wild <aaw@gcc.gnu.org>
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.

From-SVN: r193869

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

index c6d0687eb7b04586cda7c109e3f6bb98ec5b8877..9d22b9d71a37ecbb630070a77aa59d1644a2916b 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 03a5e307c587b4361cba8e4a2d4427a001f71789..037aad3a7fe1a7925a89e04988b799e1deeefb94 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