[cfe-commits] [PATCH] Initial version of formatting library
Dmitri Gribenko
gribozavr at gmail.com
Fri Nov 16 11:58:01 PST 2012
================
Comment at: lib/Format/Format.cpp:86
@@ +85,3 @@
+
+ // Append the token at 'Index' to the IndentState 'State'.
+ void addToken(unsigned Index, bool Newline, bool DryRun, IndentState &State) {
----------------
Daniel Jasper wrote:
> Sean Silva wrote:
> > Doxygenify
> Done.
\p Index and \p State, please. '\p' is for referring to function parameters, and I hope clang's -Wdocumentation will check that referenced parameters actually exist.
http://llvm-reviews.chandlerc.com/D80
More information about the cfe-commits
mailing list