r178603 - Escape more @ signs in Doxygen comments.
jahanian
fjahanian at apple.com
Wed Apr 3 08:53:14 PDT 2013
On Apr 2, 2013, at 6:39 PM, Jordan Rose <jordan_rose at apple.com> wrote:
> Author: jrose
> Date: Tue Apr 2 20:39:23 2013
> New Revision: 178603
>
> URL: http://llvm.org/viewvc/llvm-project?rev=178603&view=rev
> Log:
> Escape more @ signs in Doxygen comments.
>
> Doxygen treats "@command" the same as "\command" in a doc comment, so
> whenever we talk about Objective-C things like "@interface" we have to
> make sure to escape them.
>
> Let's try to keep Clang -Wdocumentation-clean!
Thanks. I should remember this.
- Fariborz
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130403/3388684f/attachment.html>
More information about the cfe-commits
mailing list