> \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.
Kinda random, but is there any way to get the plural with the doxygen \c? E.g. to say "We use multiple `Foo`'s here". -- Sean Silva On Fri, Nov 16, 2012 at 2:58 PM, Dmitri Gribenko <[email protected]> wrote: > > > ================ > 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 _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
