Hi, I've found something that looks like a bug in doxygen --version: 1.8.6 (and the same goes for 1.8.5) If I put this in a fenced code block:
~~~ 'THIS IS A COMMENT 'NOTE! COMMENTS ARE IGNORED BY THE PROGRAM~~~ the resulting LaTeX code has errors in it (the HTML looks fine): \begin{DoxyCode} \textcolor{stringliteral}{'THIS IS A COMMENT} \textcolor{stringliteral}{'}NOTE! COMMENTS ARE IGNORED BY THE PROGRAM \end{DoxyCode} This leads to the \textcolor command passing through to the PDF document. Also, the curly brace looks off in the second line. Are there any fixes in more recent versions of doxygen? Or is there a workaround that's not too bad? Sometimes it helps to give the .m suffix, e.g. ~~~{.m}, to the code block - but weirdly, not always. ----------- Paul Anton
------------------------------------------------------------------------------
_______________________________________________ Doxygen-users mailing list Doxygen-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/doxygen-users