[cfe-commits] [PATCH] Initial version of formatting library

Sean Silva silvas at purdue.edu
Fri Nov 16 16:54:46 PST 2012


> \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 <gribozavr at gmail.com> 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



More information about the cfe-commits mailing list