r178603 - Escape more @ signs in Doxygen comments.

Jordan Rose jordan_rose at apple.com
Thu Apr 4 09:47:10 PDT 2013


Hm. I just tried that today, and Clang complained. According to the Doxygen site, the recognition of `monospaced` is part of Markdown support added in v1.8.0, but Clang's doc comment parsing doesn't have any special understanding of Markdown. (I tried the classic form "\c @interface", but that didn't work either.)

We could still put the names in monospace since they name Doxygen commands, but I don't think it will help for the slash issue.

Jordan


On Apr 3, 2013, at 11:27 , Sean Silva <silvas at purdue.edu> wrote:

> Could you instead put it in monospace (IIRC doxygen recognizes `monospaced`; and I think that will prevent it from recognizing the @ command)? That would be more typographically correct anyway, and avoid confusion when looking at the source form.
> 
> -- Sean Silva




More information about the cfe-commits mailing list