logo       

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

text.doxygen.general

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



/**
* 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\\>
*/

HTH,

Neil.

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 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