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
This commit is contained in:
Paolo Carlini 2005-08-29 16:50:52 +00:00 committed by Paolo Carlini
parent 76c6705ba8
commit e677187ed5
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
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.

View File

@ -354,7 +354,7 @@ namespace _GLIBCXX_STD
/**
* @brief Access to %map data.
* @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.
* @throw std::out_of_range If no such data is present.
*/