2011-08-07 Jonathan Wakely <jwakely.gcc@gmail.com>
authorredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 7 Aug 2011 12:25:48 +0000 (12:25 +0000)
committerredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 7 Aug 2011 12:25:48 +0000 (12:25 +0000)
* include/bits/alloc_traits.h: Fix doxygen @headername.

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

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

index 0e76358..7457de2 100644 (file)
@@ -1,3 +1,7 @@
+2011-08-07  Jonathan Wakely  <jwakely.gcc@gmail.com>
+
+       * include/bits/alloc_traits.h: Fix doxygen @headername.
+
 2011-08-06  Benjamin Kosnik  <bkoz@redhat.com>
 
        * doc/doxygen/user.cfg.in (PDF_HYPERLINKS): To NO.
index d8fd0d6..6558518 100644 (file)
@@ -24,7 +24,7 @@
 
 /** @file bits/alloc_traits.h
  *  This is an internal header file, included by other library headers.
- *  Do not attempt to use it directly. @headername{scoped_allocator}
+ *  Do not attempt to use it directly. @headername{memory}
  */
 
 #ifndef _ALLOC_TRAITS_H