mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-26 11:54:31 +08:00
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:
parent
76c6705ba8
commit
e677187ed5
@ -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.
|
||||
|
@ -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.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user