This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [libstdc++] Re: RFC on doxygen & man page style issue
- From: Phil Edwards <phil at jaj dot com>
- To: Benjamin Kosnik <bkoz at redhat dot com>
- Cc: libstdc++ at gcc dot gnu dot org, gcc-patches at gcc dot gnu dot org
- Date: Tue, 29 Apr 2003 19:00:15 -0400
- Subject: Re: [libstdc++] Re: RFC on doxygen & man page style issue
- References: <20030225064249.GA6620@disaster.jaj.com> <20030226000229.GA19347@disaster.jaj.com> <20030306120010.1be6445a.bkoz@redhat.com>
Whilst cleaning out mail, I realized I'd never answered.
On Thu, Mar 06, 2003 at 12:00:10PM -0600, Benjamin Kosnik wrote:
>
> Is there any way I can get access to the class data members as part of
> the doxygen pages for iostreams and locales? This would be helpful for
> me, as I search through these doing naming consistency checks when new
> members/member functions are added.
Sorry, not sure what you mean here.
> Also, minor nit, the title headings for the web pages that involve
> templates (templatebasic_ios) lack a space between template and the
> name.
Bug in doxygen; upstream has been notified. In the meantime, sed to
the rescue.
> Unrelated: can the bits about getting write access (or the link) be
> added to the contributor section of the html docs?
Sure.
Phil