Enh Rqst 1.4.1: warn when functions are not documented

Post Reply
marlowa
Posts: 117
Joined: Sun Oct 25 2015 10:52 am

Enh Rqst 1.4.1: warn when functions are not documented

Post 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
barbara
Posts: 454
Joined: Sat Apr 04 2015 2:32 am
Contact:

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

Post 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
Post Reply