logo       

Re: Warning: Unsupported html tag <.....> found: msg#00095

text.doxygen.general

Subject: Re: Warning: Unsupported html tag <.....> found

On Wed, Feb 26, 2003 at 04:05:24PM +0000, Neil Brown wrote:
>
> >
> > /**
> > * Same as STL String's <c_str> and <fast_rep>.
> > */
> > const CHAR *c_str (void) const;
> >As You see, strings <c_str> and <fast_rep> are lost!
> >
> >Could somebody help me?
>
> Yep, from the doxygen manual (hidden away):
>
> \\<
> This command writes the < character to the HTML and output. This character
> has to be escaped because it has a special meaning in HTML.
>
> so write
> /**
> * Same as STL String's \\<c_str\\> and \\<fast_rep\\>
> */

The manual is actually wrong in this repect it should be

/**
* Same as STL String's \<c_str\> and \<fast_rep\>
*/

I'll fix the docs.

> PS anyone know why my mail client replied to the poster by default not the
> list? I thought it was standard on mailing lists for the list to make
> itself the default reply

This is a safety policy (which I cannot change). The good thing is that
it prevents "I'm on holiday" auto-reply messages to appear on the list ;-)

Regards,
Dimitri


-------------------------------------------------------
This SF.net email is sponsored by: Scholarships for Techies!
Can't afford IT training? All 2003 ictp students receive scholarships.
Get hands-on training in Microsoft, Cisco, Sun, Linux/UNIX, and more.
www.ictp.com/training/sourceforge.asp


<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise