Re: [v3] doxygen markup fixes

2011-08-08 Thread Jonathan Wakely
On 8 August 2011 19:09, Benjamin Kosnik wrote: > >> > +/** @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 a

Re: [v3] doxygen markup fixes

2011-08-08 Thread Benjamin Kosnik
> > +/** @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 Ack. Thanks for the review. Kind of

Re: [v3] doxygen markup fixes

2011-08-07 Thread Jonathan Wakely
On 7 August 2011 12:53, Jonathan Wakely wrote: > On 7 August 2011 08:30, Benjamin Kosnik 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 name

Re: [v3] doxygen markup fixes

2011-08-07 Thread Jonathan Wakely
On 7 August 2011 08:30, Benjamin Kosnik 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