[cfe-users] -Wdocumentation and @param ...

Dmitri Gribenko gribozavr at gmail.com
Sun Oct 6 22:46:09 PDT 2013


On Sun, Oct 6, 2013 at 9:53 PM, John Steele Scott <toojays at toojays.net> wrote:
> What is the correct way to write Doxygen for functions with a variable number of arguments so that Clang will not complain?
>
[...]
> This rather diminishes the utility of this warning for me. What's the best way to fix that?
>
> I'm using Clang 3.3rc2.

This is a bug in 3.3 and it was fixed in 3.4 (not released yet; you
can build Clang from SVN to get this fix).

Dmitri

-- 
main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if
(j){printf("%d\n",i);}}} /*Dmitri Gribenko <gribozavr at gmail.com>*/



More information about the cfe-users mailing list