alloc_traits.h: Fix doxygen @headername.

2011-08-07  Jonathan Wakely  <jwakely.gcc@gmail.com>

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

From-SVN: r177546
This commit is contained in:
Jonathan Wakely 2011-08-07 12:25:48 +00:00 committed by Jonathan Wakely
parent 99fc1b90cd
commit a5db4ced81
2 changed files with 5 additions and 1 deletions

View 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.

View 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