diff options
Diffstat (limited to 'libstdc++-v3')
-rw-r--r-- | libstdc++-v3/ChangeLog | 4 | ||||
-rw-r--r-- | libstdc++-v3/include/bits/alloc_traits.h | 2 |
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 |