| Index: include/clang/Basic/DiagnosticCommentKinds.td
|
| diff --git a/include/clang/Basic/DiagnosticCommentKinds.td b/include/clang/Basic/DiagnosticCommentKinds.td
|
| index c913e31ebad1240b0aecde7e4b20bf1b015f5497..3df03cdb331536f5b59e86421600907e31228ad0 100644
|
| --- a/include/clang/Basic/DiagnosticCommentKinds.td
|
| +++ b/include/clang/Basic/DiagnosticCommentKinds.td
|
| @@ -157,8 +157,7 @@ def warn_verbatim_block_end_without_start : Warning<
|
| InGroup<Documentation>, DefaultIgnore;
|
|
|
| def warn_unknown_comment_command_name : Warning<
|
| - "unknown command tag name">,
|
| - InGroup<DocumentationUnknownCommand>, DefaultIgnore;
|
| + "unknown command tag name">, InGroup<Documentation>, DefaultIgnore;
|
|
|
| } // end of documentation issue category
|
| } // end of AST component
|
|
|