Hello everyone, especially doxypress developers,
doxygen does not currently support a way to warn when a function is not documented. The warning config only speaks to checking that documented functions cover all the function parameters. Maybe this is something that could be added to doxypress? It would certainly help it score over doxygen.
Regards,
Andrew Marlow
Enh Rqst 1.4.1: warn when functions are not documented
Re: Enh Rqst 1.4.1: warn when functions are not documented
If you want to check for functions/methods which exist in the Source code but were not documented, please make sure the following tags are set correctly in your project file.
Build Configuration
Extract All - off
Hide undocumented members - off
Messages
Warn about undocumented members - on
Can you give this a try and let us know your results.
Barbara
Build Configuration
Extract All - off
Hide undocumented members - off
Messages
Warn about undocumented members - on
Can you give this a try and let us know your results.
Barbara