summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>2011-08-07 12:25:48 +0000
committerredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>2011-08-07 12:25:48 +0000
commit4ab03c8db8e9ab085f7f11376694eebefc3660ba (patch)
tree98118e9b40fc405691f0ec2b653b8f3cabbbe39b
parent9fcec394d0bbb6c050167512518307253ff1ac9d (diff)
downloadgcc-4ab03c8db8e9ab085f7f11376694eebefc3660ba.tar.gz
2011-08-07 Jonathan Wakely <jwakely.gcc@gmail.com>
* 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
-rw-r--r--libstdc++-v3/ChangeLog4
-rw-r--r--libstdc++-v3/include/bits/alloc_traits.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 0e763584881..7457de26519 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -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.
diff --git a/libstdc++-v3/include/bits/alloc_traits.h b/libstdc++-v3/include/bits/alloc_traits.h
index d8fd0d6a712..65585184c86 100644
--- a/libstdc++-v3/include/bits/alloc_traits.h
+++ b/libstdc++-v3/include/bits/alloc_traits.h
@@ -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