Commit 29f69649 by Ollie Wild Committed by Ollie Wild

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.

From-SVN: r193869
parent 92390dd1
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> 2012-11-26 Jonathan Wakely <jwakely.gcc@gmail.com>
* include/std/functional (__is_socketlike): Change from class * include/std/functional (__is_socketlike): Change from class
......
...@@ -54,7 +54,7 @@ ...@@ -54,7 +54,7 @@
/** @file bits/stl_tree.h /** @file bits/stl_tree.h
* This is an internal header file, included by other library headers. * 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 #ifndef _STL_TREE_H
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment