vote up 1 vote down star

I'm using Doxygen to generate documentation for my (C++) code, and am wondering if there is a tool that would give me a list of all functions/methods for which the current Doxygen markup doesn't describe all the arguments (or describes too many)? Maybe this is already included in Doxygen? (in which case I couldn't find the feature !)

flag

44% accept rate

1 Answer

vote up 3 vote down check

Doxygen will produce warnings for undocumented classes, methods, and arguments if the WARNINGS option is set to YES, but only if EXTRACT_ALL is NO.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.