Catenacci, Onorio wrote:
> I've never actually had a reason to directly embed an underline in
> documentation
There is a begining to everything. :)
> but as far as I know, Doxygen has always supported directly
> embedding HTML markup into Doxygen comments.
I don't think so. If yes so what the meaning of this chapter in the manual:
22 HTML Commands
Here is a list of all HTML commands that may be used inside the documentation.
page 101 of the pdf file of the 1.3.2 version.
> If you've tried it and it hasn't worked for you, then I'd suggest you post
> to the Doxygen mailing list again with the code snippet that doesn't work.
> Most people who use doxygen wouldn't bother to reply to your initial
> question because, I think, most of them would consider it an RTFM question.
The FM seems to say it's not a feature but it could exist a work around
used by someone.
Maybe this is more a new feature request/wish for the developer team.
In any case here is the Doxygen file snippet:
/*! \page htmltest HTML test
<u>I want this under lined in (HTML) output</u>
*/
and the HTML result:
<!-- Empty HTML header file -->
<a name="top_of_the_page"></a>
<a href="index.html#top_of_the_page">Index</a> |
<a href="pages.html">Related pages</a>
<br>
<hr width="75%">
<!-- Generated by Doxygen 1.3.2 -->
<h1><a name="htmltest">HTML test</a></h1>
I want this under lined in (HTML) output <!-- Empty HTML footer file -->
<br>
<hr width="75%">
<a href="#top_of_the_page">Top</a> |
<a href="index.html#top_of_the_page">Index</a> |
<a href="pages.html">Related pages</a>
> --
> Onorio Catenacci
> I do not speak for my employer.
>
>
> -----Original Message-----
> From: Xavier Outhier [mailto:xav...@an...]
> Sent: Wednesday, June 18, 2003 9:33 AM
> To: Catenacci, Onorio
> Subject: Re: [Doxygen-users] Is it possible to have underline tesxt.
> Equiv elent to HTML <u></u>?
>
>
> Are you sure?
> I've tried and it doesn't work. I have version 1.3 but nothing in change
> log file online relates to such new feature. I think the default is to
> skip the unknown tags.
> What was added is the parameter in recognized HTML tag. That is great
> for table for instance. I will download and install version 1.3.2 and
> see if there is a change.
>
> Thanks for replying.
>
> Greetings,
>
> Xavier.
[...]
|