Doxygen escape nested comments in C -
I am writing a dosstring in doxygen within a comment block, and I want to include a snippet containing < Code> / * text * /
I know that I can include a file, but this is just 8 letters or so. And it does not need to be / * text * /
, // text
(since I want to document the behavior of the source code parser).
Is there any way to avoid the letter, can there be something that can cause problems for the dose of oxygen or compiler?
/ ** * This is a malicious comment * * This parser supports C style formatted comments: `` / * text * / `` * * /
Realize that I can use C ++ comments for the main Doksian comment block. But still curious if it is possible without doing this (this means that for this one snippet alone, a big comment block has to be changed.)
In version 1.8.7 & amp; Zwj;
is present (see Chapter 24 HTML command of the document). Did you try (it's a bit of a trick): This parser supports C-style formatted comments: / & amp; Zwj; * Text * and; Zwj; /
Comments
Post a Comment