Re: [Doxygen-develop] Underline text
Brought to you by:
dimitri
From: mkk1 <mk...@gm...> - 2011-01-07 10:36:43
|
Hi, here is a workaround for your problem. It only works for HTML. copy the lines to doxygen_css.h and compile the source (needed for doxygen.css ) "span.un {text-decoration: underline;}\n" "span.ov {text-decoration: overline;}\n" "span.lt {text-decoration: line-through;}\n" "span.bl {text-decoration: blink;}\n" "\n" in your config file insert the alias ALIASES = "un=" "bl=" "lt=" "ov=" "ee=" //! \bl blinking text \ee //! \ov overline \ee //! \lt <em>line-through</em> \ee //! \un underline \ee should work for a brief description (only tested for brief!) Albert_1 wrote: > > Dear all, > > In the current version of Doxygen (1.7.3) there are, to the best of my > knowledge, no easy facilities for underlining texts like it is > possible for italic or bold. > I think it would be good to have this possibility by means of the tags <u> > </u>. > Analogous to italic, the following would to the best of my knowledge > valid for underline: > For HTML the code to be generated will be the pair <u> </u> > For Latex it will be \underline{ > For RTF it will be \ul > For the other output formats (XML, man, Perl) I don't know the values. > > Please comment, > > Albert > > ------------------------------------------------------------------------------ > Learn how Oracle Real Application Clusters (RAC) One Node allows customers > to consolidate database storage, standardize their database environment, > and, > should the need arise, upgrade to a full multi-node Oracle RAC database > without downtime or disruption > http://p.sf.net/sfu/oracle-sfdevnl > _______________________________________________ > Doxygen-develop mailing list > Dox...@li... > https://lists.sourceforge.net/lists/listinfo/doxygen-develop > > -- View this message in context: http://old.nabble.com/Underline-text-tp30581704p30613047.html Sent from the Doxygen - Development mailing list archive at Nabble.com. |