[cfe-commits] [Patch] Format string warnings should refer to "%zu" etc by typedef type
Jonathan Sauer
jonathan.sauer at gmx.de
Fri Dec 2 10:27:11 PST 2011
Hello,
> +/// \brief Try to find and return a typedef type with name |Name| and
> underlying
> +/// type |Underlying|. Return |Underlying| if one cannot be found.
>
> The | notation is a little surprising; I don't recall seeing it
> anywhere else in Clang doxyments. Maybe just:
I think Hans used LateX's dtx formatting; there, a word inside pipes is formatted
using a typewriter font. The Doxygen equivalent would be \c for a single word
or <code>...</code> for several words.
Jonathan
More information about the cfe-commits
mailing list