This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: doxygen + char_traits, patch
On Sat, Apr 28, 2001 at 07:10:30PM -0400, Phil Edwards wrote:
> Some. We can use bold/italics/whatnot in the comments we add in the code,
> e.g., I was using "@c pair" in the stl_pair.h header to make "pair" appear
> as code, but the text generated by doxygen is only somewhat controlled by
> the generated CSS stylesheet.
>
> I think it can be pre-generated, edited and stored, and then used instead
> of generating one. I'll look into this shortly.
[...]
> I'm about to use doxygen's "-u" option to update our cfg file to the
> current version. I'll commit it in a bit.
Did this. style.css is what doxygen would be using if we didn't tell
it otherwise. I haven't changed any of its contents. The "-u" update
just did some reformatting, and made available the latest parameters
(with their default settings).
2001-04-28 Phil Edwards <pme@sources.redhat.com>
* docs/doxygen/run_doxygen: Minor tweaks.
* docs/doxygen/style.css: New file.
* docs/doxygen/user.cfg.in: Update using "doxygen -u" to get the
latest parameters available. Use style.css.