Page 1 of 1

Enh Rqst 1.4.1: warn when functions are not documented

Posted: Thu Feb 29 2024 9:49 pm
by marlowa
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

Re: Enh Rqst 1.4.1: warn when functions are not documented

Posted: Fri Mar 01 2024 3:56 am
by barbara
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