This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [v3] doxygen markup fixes


On 7 August 2011 08:30, Benjamin Kosnik <bkoz@redhat.com> wrote:
>
> This fixes markup that gives warnings or errors as part of html/pdf
> documentation generation. Most of this stuff is pretty simple, and is
> just making sure that the documented parameter names exactly match the
> signatures.
>
> tested x86/linux
>
> -benjamin

+/** @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}
+ */
+

The correct header for allocator_traits is <memory>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]