aboutsummaryrefslogtreecommitdiff
path: root/include/clang/AST/CommentBriefParser.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/clang/AST/CommentBriefParser.h')
-rw-r--r--include/clang/AST/CommentBriefParser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/AST/CommentBriefParser.h b/include/clang/AST/CommentBriefParser.h
index be5b8eeb80c3..baa22930539e 100644
--- a/include/clang/AST/CommentBriefParser.h
+++ b/include/clang/AST/CommentBriefParser.h
@@ -24,7 +24,7 @@ namespace comments {
///
/// Due to a variety of comment styles, it considers the following as "a brief
/// description", in order of priority:
-/// \li a \\brief or \\short command,
+/// \li a \or \\short command,
/// \li the first paragraph,
/// \li a \\result or \\return or \\returns paragraph.
class BriefParser {