What is the correct way to write Doxygen for functions with a variable number of arguments so that Clang will not complain?
e.g. I have something like:
/**
* Print a format string.
What is the correct way to write Doxygen for functions with a variable number of arguments so that Clang will not complain?
e.g. I have something like:
/**
* Print a format string.
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
Ah, good to know.
Thanks for your quick reply.
I just noticed that this is still an issue for template functions. I've filed <http://llvm.org/bugs/show_bug.cgi?id=19913>.
Cheers,
John