Commit e677187e by Paolo Carlini Committed by Paolo Carlini

stl_map.h (class map): ...

2005-08-29  Paolo Carlini  <pcarlini@suse.de>

	* include/bits/stl_map.h (class map): ... and a missing @a.

From-SVN: r103611
parent 76c6705b
2005-08-29 Paolo Carlini <pcarlini@suse.de> 2005-08-29 Paolo Carlini <pcarlini@suse.de>
* include/bits/stl_map.h (class map): ... and a missing @a.
2005-08-29 Paolo Carlini <pcarlini@suse.de>
* include/bits/stl_map.h (class map): Add missing % in comment. * include/bits/stl_map.h (class map): Add missing % in comment.
2005-08-29 Paolo Carlini <pcarlini@suse.de> 2005-08-29 Paolo Carlini <pcarlini@suse.de>
......
...@@ -354,7 +354,7 @@ namespace _GLIBCXX_STD ...@@ -354,7 +354,7 @@ namespace _GLIBCXX_STD
/** /**
* @brief Access to %map data. * @brief Access to %map data.
* @param k The key for which data should be retrieved. * @param k The key for which data should be retrieved.
* @return A reference to the data whose key is equivalent to k, if * @return A reference to the data whose key is equivalent to @a k, if
* such a data is present in the %map. * such a data is present in the %map.
* @throw std::out_of_range If no such data is present. * @throw std::out_of_range If no such data is present.
*/ */
......
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