diff options
author | Paolo Carlini <pcarlini@suse.de> | 2005-08-29 16:50:52 +0000 |
---|---|---|
committer | Paolo Carlini <paolo@gcc.gnu.org> | 2005-08-29 16:50:52 +0000 |
commit | e677187ed52422a4d3aac26bd0706e0bd297234d (patch) | |
tree | 6b883d5d702c4a355c22a1f950d5ce17f545fbba | |
parent | 76c6705ba84e8ed25f64ef01d4fbcda5cec92474 (diff) | |
download | gcc-e677187ed52422a4d3aac26bd0706e0bd297234d.zip gcc-e677187ed52422a4d3aac26bd0706e0bd297234d.tar.gz gcc-e677187ed52422a4d3aac26bd0706e0bd297234d.tar.bz2 |
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
-rw-r--r-- | libstdc++-v3/ChangeLog | 4 | ||||
-rw-r--r-- | libstdc++-v3/include/bits/stl_map.h | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 1a77d62..3c13e51 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,5 +1,9 @@ 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. 2005-08-29 Paolo Carlini <pcarlini@suse.de> diff --git a/libstdc++-v3/include/bits/stl_map.h b/libstdc++-v3/include/bits/stl_map.h index 6bb6d0f..4d4dd7e 100644 --- a/libstdc++-v3/include/bits/stl_map.h +++ b/libstdc++-v3/include/bits/stl_map.h @@ -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. */ |