OSDN Git Service

2005-08-29 Paolo Carlini <pcarlini@suse.de>
authorpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 29 Aug 2005 16:50:52 +0000 (16:50 +0000)
committerpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 29 Aug 2005 16:50:52 +0000 (16:50 +0000)
* include/bits/stl_map.h (class map): ... and a missing @a.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103611 138bc75d-0d04-0410-961f-82ee72b054a4

libstdc++-v3/ChangeLog
libstdc++-v3/include/bits/stl_map.h

index 1a77d62..3c13e51 100644 (file)
@@ -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>
index 6bb6d0f..4d4dd7e 100644 (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.
        */