alloc_traits.h: Fix doxygen @headername.
authorJonathan Wakely <jwakely.gcc@gmail.com>
Sun, 7 Aug 2011 12:25:48 +0000 (12:25 +0000)
committerJonathan Wakely <redi@gcc.gnu.org>
Sun, 7 Aug 2011 12:25:48 +0000 (13:25 +0100)
2011-08-07  Jonathan Wakely  <jwakely.gcc@gmail.com>

* include/bits/alloc_traits.h: Fix doxygen @headername.

From-SVN: r177546

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

index 0e763584881dbbcda489a12b810cc18931076926..7457de265195854c3b909cfd6df1cf6559f10022 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 d8fd0d6a71279e11073324934211386beb024f86..65585184c868867970fa24b133772147d584060e 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