1. 9fc8faf Remove \brief commands from doxygen comments. by Adrian Prantl · 7 years ago
  2. 9670f84 [NFC] Header cleanup by Mehdi Amini · 9 years ago
  3. e400cb7 Some refactoring in my patch on document by Fariborz Jahanian · 13 years ago
  4. 7acbf00 Comment AST: TableGen'ize all command lists in CommentCommandTraits.cpp. by Dmitri Gribenko · 13 years ago
  5. 75eea89 CommentBriefParser: allow paragraphs to be separated by line of whitespace. by Dmitri Gribenko · 13 years ago
  6. ca7f80a Comment parsing: extract TableGen'able pieces into new CommandTraits class. by Dmitri Gribenko · 13 years ago
  7. 34df220 Comment parsing: add support for \tparam command on all levels. by Dmitri Gribenko · 13 years ago
  8. af03ef7 CommentBriefParser: coding style fix by Dmitri Gribenko · 13 years ago
  9. 77369ee CommentBriefParser: use \returns if we can't find the \brief or just a plain by Dmitri Gribenko · 13 years ago
  10. c4eb975 CommentBriefParser: use StringSwitch::Cases to group synonyms. Thanks Jordan! by Dmitri Gribenko · 13 years ago
  11. 3e242d6 CommentBriefParser: make \short should equivalent to \brief, per Doxygen manual. by Dmitri Gribenko · 13 years ago
  12. 767ea0f CommentBriefParser: remove dead store. Found by Clang Analyzer. by Dmitri Gribenko · 13 years ago
  13. 025d518 Factor out a check for block commands (that implicitly start a new paragraph) into a separate function. by Dmitri Gribenko · 13 years ago
  14. 0743f94 Cleanup \brief comment. Since it is a single paragraph, no need to save newlines there. by Dmitri Gribenko · 13 years ago
  15. a1e9c8e Teach \brief parser about commands that start a new paragraph implicitly by Dmitri Gribenko · 13 years ago
  16. 99e0942 Simplify logic in BriefParser::Parse(), per Jordan's comment. by Dmitri Gribenko · 13 years ago
  17. 5188c4b Implement a lexer for structured comments. by Dmitri Gribenko · 13 years ago