summaryrefslogtreecommitdiff
path: root/lib/AST/CommentBriefParser.cpp
Commit message (Expand)AuthorAge
* Some refactoring in my patch on documentFariborz Jahanian2013-03-02
* Comment AST: TableGen'ize all command lists in CommentCommandTraits.cpp.Dmitri Gribenko2012-09-10
* CommentBriefParser: allow paragraphs to be separated by line of whitespace.Dmitri Gribenko2012-08-21
* Comment parsing: extract TableGen'able pieces into new CommandTraits class.Dmitri Gribenko2012-08-09
* Comment parsing: add support for \tparam command on all levels.Dmitri Gribenko2012-07-31
* CommentBriefParser: coding style fixDmitri Gribenko2012-07-20
* CommentBriefParser: use \returns if we can't find the \brief or just a plainDmitri Gribenko2012-07-20
* CommentBriefParser: use StringSwitch::Cases to group synonyms. Thanks Jordan!Dmitri Gribenko2012-07-17
* CommentBriefParser: make \short should equivalent to \brief, per Doxygen manual.Dmitri Gribenko2012-07-17
* CommentBriefParser: remove dead store. Found by Clang Analyzer.Dmitri Gribenko2012-07-03
* Factor out a check for block commands (that implicitly start a new paragraph)...Dmitri Gribenko2012-06-29
* Cleanup \brief comment. Since it is a single paragraph, no need to save newl...Dmitri Gribenko2012-06-28
* Teach \brief parser about commands that start a new paragraph implicitlyDmitri Gribenko2012-06-28
* Simplify logic in BriefParser::Parse(), per Jordan's comment.Dmitri Gribenko2012-06-27
* Implement a lexer for structured comments.Dmitri Gribenko2012-06-26