]> granicus.if.org Git - clang/commit
Escape more @ signs in Doxygen comments.
authorJordan Rose <jordan_rose@apple.com>
Wed, 3 Apr 2013 01:39:23 +0000 (01:39 +0000)
committerJordan Rose <jordan_rose@apple.com>
Wed, 3 Apr 2013 01:39:23 +0000 (01:39 +0000)
commitd4582b8e6d056f5d991f1b8372e89a6aae58feae
treef345af9bc265ff74c773b492c9b4a2fe5b9cf952
parentecee1651c100342366a9417c85c6e50399039930
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!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@178603 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/CommentCommandTraits.h
include/clang/AST/DeclBase.h
include/clang/AST/ExprObjC.h
lib/Sema/SemaDecl.cpp