diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 1a77d62665b..3c13e51099c 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,7 @@ +2005-08-29 Paolo Carlini + + * include/bits/stl_map.h (class map): ... and a missing @a. + 2005-08-29 Paolo Carlini * include/bits/stl_map.h (class map): Add missing % in comment. diff --git a/libstdc++-v3/include/bits/stl_map.h b/libstdc++-v3/include/bits/stl_map.h index 6bb6d0f50c1..4d4dd7edf6d 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. */