Re: [Doxygen-develop] Underline text
Brought to you by:
dimitri
From: Albert <alb...@gm...> - 2011-01-12 06:48:10
|
Thanks for the work around for the HTML version, but I'd like to have a version that works for all output formats. Like I wrote I think I have the required values for HTML. rtf and latex but I would like to have the equivalences for XML, man, Perl as well. >From your posting I got also that I probably should implement overline and line-through (I'll have a look at them as well). If anybody knows the codes for these features in HTML / latex, rtf etc please let me, so I don't have to search for them. On Fri, Jan 7, 2011 at 12:57, mkk1 <mk...@gm...> wrote: > > > Here is the correct alias > > ALIASES = "un=" "bl=" "lt=" "ov=" "ee=" > > > 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 . >> 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 >> 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-tp30581704p30613569.html > Sent from the Doxygen - Development mailing list archive at Nabble.com. > > > ------------------------------------------------------------------------------ > Gaining the trust of online customers is vital for the success of any company > that requires sensitive data to be transmitted over the Web. Learn how to > best implement a security strategy that keeps consumers' information secure > and instills the confidence they need to proceed with transactions. > http://p.sf.net/sfu/oracle-sfdevnl > _______________________________________________ > Doxygen-develop mailing list > Dox...@li... > https://lists.sourceforge.net/lists/listinfo/doxygen-develop > |