diff options
Diffstat (limited to 'include/clang/Basic/AttrSubjectMatchRules.h')
-rw-r--r-- | include/clang/Basic/AttrSubjectMatchRules.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/Basic/AttrSubjectMatchRules.h b/include/clang/Basic/AttrSubjectMatchRules.h index 4c88adf57f17d..81aa634dfeb86 100644 --- a/include/clang/Basic/AttrSubjectMatchRules.h +++ b/include/clang/Basic/AttrSubjectMatchRules.h @@ -16,7 +16,7 @@ namespace clang { namespace attr { -/// \brief A list of all the recognized kinds of attributes. +/// A list of all the recognized kinds of attributes. enum SubjectMatchRule { #define ATTR_MATCH_RULE(X, Spelling, IsAbstract) X, #include "clang/Basic/AttrSubMatchRulesList.inc" |