Friday 17 March 2006 13:46, Adriaan de Groot wrote:
Friday 17 March 2006 00:10, Frans Englich wrote:
I wonder what tags to use in order to have HTML/XML in a C++ Doxygen
comment, without having to manually escape it all(\>, etc).
@verbatim / @endverbatim
* <tt>
Why that? It looks like you're trying to work around some (CSS) styling
problem with HTML hackery.
My intent was to achieve what the tt tag does: styles the content in fixed
font. But your comment seem to suggest @verbatim already does that.
* @verbatim
* <?xml version="1.0" encoding="UTF-8"?>
That asterisk is going to appear in the output. Remember, it's *really*
verbatim, so there's also none of the usual 'leading asterisk and common
comment markup removal' that doxygen does.
Thanks for the tips, especially the /tmp one for how to test Doxygen.
Cheers,
Frans
>Visit #unsub to unsubscribe <<