Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
675a4e1afe2b32b50ca323ebffcb124adf081c58
/
lib
/
AST
/
CommentBriefParser.cpp
76e7edd
CommentBriefParser: use StringSwitch::Cases to group synonyms. Thanks Jordan!
by Dmitri Gribenko
· 13 years ago
659a712
CommentBriefParser: make \short should equivalent to \brief, per Doxygen manual.
by Dmitri Gribenko
· 13 years ago
57aceb2
CommentBriefParser: remove dead store. Found by Clang Analyzer.
by Dmitri Gribenko
· 13 years ago
55e1808
Factor out a check for block commands (that implicitly start a new paragraph) into a separate function.
by Dmitri Gribenko
· 13 years ago
d558b52
Cleanup \brief comment. Since it is a single paragraph, no need to save newlines there.
by Dmitri Gribenko
· 13 years ago
f199b9c
Teach \brief parser about commands that start a new paragraph implicitly
by Dmitri Gribenko
· 13 years ago
c0b8324
Simplify logic in BriefParser::Parse(), per Jordan's comment.
by Dmitri Gribenko
· 13 years ago
2d44d77
Implement a lexer for structured comments.
by Dmitri Gribenko
· 13 years ago