summaryrefslogtreecommitdiffstats
path: root/include/clang/Basic/DiagnosticCommentKinds.td
diff options
context:
space:
mode:
authorFariborz Jahanian <fjahanian@apple.com>2013-03-05 19:40:47 +0000
committerFariborz Jahanian <fjahanian@apple.com>2013-03-05 19:40:47 +0000
commitbca9788dbaf5fcf241efdc82ddcda712cb22214e (patch)
tree3202fa56d48f01ba067e152f305d63934b6c7bca /include/clang/Basic/DiagnosticCommentKinds.td
parent971023066ce2a20aa693cc981412d015bac304b9 (diff)
doc parsing. Add @method and @callback for
checkings and few other refactoring/cleanup. // rdar://13094352. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@176509 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Basic/DiagnosticCommentKinds.td')
-rw-r--r--include/clang/Basic/DiagnosticCommentKinds.td4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/clang/Basic/DiagnosticCommentKinds.td b/include/clang/Basic/DiagnosticCommentKinds.td
index 5f28625151..2ee9327816 100644
--- a/include/clang/Basic/DiagnosticCommentKinds.td
+++ b/include/clang/Basic/DiagnosticCommentKinds.td
@@ -74,8 +74,8 @@ def warn_doc_param_not_attached_to_a_function_decl : Warning<
InGroup<Documentation>, DefaultIgnore;
def warn_doc_function_not_attached_to_a_function_decl : Warning<
- "'@function' command used in a comment that is attached to "
- "a non-function declaration immediately following it">,
+ "'%select{\\|@}0%1' command used in a comment that is attached to a non-%2 "
+ "declaration immediately following it">,
InGroup<Documentation>, DefaultIgnore;
def warn_doc_param_duplicate : Warning<