1. e4330a3 Comment AST: TableGen'ize all command lists in CommentCommandTraits.cpp. by Dmitri Gribenko · 12 years ago
  2. 0ac4ec7 CommentBriefParser: allow paragraphs to be separated by line of whitespace. by Dmitri Gribenko · 12 years ago
  3. aa58081 Comment parsing: extract TableGen'able pieces into new CommandTraits class. by Dmitri Gribenko · 12 years ago
  4. 96b0986 Comment parsing: add support for \tparam command on all levels. by Dmitri Gribenko · 12 years ago
  5. 4423f81 CommentBriefParser: coding style fix by Dmitri Gribenko · 12 years ago
  6. 72021ff CommentBriefParser: use \returns if we can't find the \brief or just a plain by Dmitri Gribenko · 12 years ago
  7. 76e7edd CommentBriefParser: use StringSwitch::Cases to group synonyms. Thanks Jordan! by Dmitri Gribenko · 12 years ago
  8. 659a712 CommentBriefParser: make \short should equivalent to \brief, per Doxygen manual. by Dmitri Gribenko · 12 years ago
  9. 57aceb2 CommentBriefParser: remove dead store. Found by Clang Analyzer. by Dmitri Gribenko · 12 years ago
  10. 55e1808 Factor out a check for block commands (that implicitly start a new paragraph) into a separate function. by Dmitri Gribenko · 12 years ago
  11. d558b52 Cleanup \brief comment. Since it is a single paragraph, no need to save newlines there. by Dmitri Gribenko · 12 years ago
  12. f199b9c Teach \brief parser about commands that start a new paragraph implicitly by Dmitri Gribenko · 12 years ago
  13. c0b8324 Simplify logic in BriefParser::Parse(), per Jordan's comment. by Dmitri Gribenko · 12 years ago
  14. 2d44d77 Implement a lexer for structured comments. by Dmitri Gribenko · 12 years ago