1. 76e7edd CommentBriefParser: use StringSwitch::Cases to group synonyms. Thanks Jordan! by Dmitri Gribenko · 13 years ago
  2. 659a712 CommentBriefParser: make \short should equivalent to \brief, per Doxygen manual. by Dmitri Gribenko · 13 years ago
  3. 57aceb2 CommentBriefParser: remove dead store. Found by Clang Analyzer. by Dmitri Gribenko · 13 years ago
  4. 55e1808 Factor out a check for block commands (that implicitly start a new paragraph) into a separate function. by Dmitri Gribenko · 13 years ago
  5. d558b52 Cleanup \brief comment. Since it is a single paragraph, no need to save newlines there. by Dmitri Gribenko · 13 years ago
  6. f199b9c Teach \brief parser about commands that start a new paragraph implicitly by Dmitri Gribenko · 13 years ago
  7. c0b8324 Simplify logic in BriefParser::Parse(), per Jordan's comment. by Dmitri Gribenko · 13 years ago
  8. 2d44d77 Implement a lexer for structured comments. by Dmitri Gribenko · 13 years ago