Re:[Doxygen-users] Highlighted parameter names in function descriptions
Brought to you by:
dimitri
From: Philippe L. <Ph...@gm...> - 2001-12-07 10:25:44
|
> We have started using Doxygen 1.2.12 (on a Linux box) for a small project > here. > We are generally very pleased with Doxygen's output. > There's a small improvement I would like to propose though: > > - In the descriptions generated for functions and methods it would be nice > to have the parameter names highlighted in some way (bold, colors, etc). > > It could be that there is some way of achieving this with some option in the > configuration file but after searching for this is the project manual I > found none. Any ideas? If, in the description of the function/method, you precede the parameter name by \a or @a (depending on the style you choose), its name will be italicized (with the <em> tag). You can change the stylesheet to modify the color or other apparence. Note: this is the way recommanded by the manual, but you can also use @b (bold), @c (typewritter), @e or @em (italics, same as @a, but the later have a better structural meaning), @p (roughly same as @a, but use typewritter font as @c). See the Commands reference for more informations. Regards. -- --=#=--=#=--=#=--=#=--=#=--=#=--=#=--=#=--=#=-- Philippe Lhoste (Paris -- France) Professional programmer and amateur artist http://jove.prohosting.com/~philho/ --=#=--=#=--=#=--=#=--=#=--=#=--=#=--=#=--=#=-- Sent through GMX FreeMail - http://www.gmx.net |