index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
AST
/
CommentBriefParser.cpp
Age
Commit message (
Expand
)
Author
2013-03-02
Some refactoring in my patch on document
Fariborz Jahanian
2012-09-10
Comment AST: TableGen'ize all command lists in CommentCommandTraits.cpp.
Dmitri Gribenko
2012-08-21
CommentBriefParser: allow paragraphs to be separated by line of whitespace.
Dmitri Gribenko
2012-08-09
Comment parsing: extract TableGen'able pieces into new CommandTraits class.
Dmitri Gribenko
2012-07-31
Comment parsing: add support for \tparam command on all levels.
Dmitri Gribenko
2012-07-20
CommentBriefParser: coding style fix
Dmitri Gribenko
2012-07-20
CommentBriefParser: use \returns if we can't find the \brief or just a plain
Dmitri Gribenko
2012-07-17
CommentBriefParser: use StringSwitch::Cases to group synonyms. Thanks Jordan!
Dmitri Gribenko
2012-07-17
CommentBriefParser: make \short should equivalent to \brief, per Doxygen manual.
Dmitri Gribenko
2012-07-03
CommentBriefParser: remove dead store. Found by Clang Analyzer.
Dmitri Gribenko
2012-06-29
Factor out a check for block commands (that implicitly start a new paragraph)...
Dmitri Gribenko
2012-06-28
Cleanup \brief comment. Since it is a single paragraph, no need to save newl...
Dmitri Gribenko
2012-06-28
Teach \brief parser about commands that start a new paragraph implicitly
Dmitri Gribenko
2012-06-27
Simplify logic in BriefParser::Parse(), per Jordan's comment.
Dmitri Gribenko
2012-06-26
Implement a lexer for structured comments.
Dmitri Gribenko