When the attribute "Warn about undoumented parameters" is turned on, the following message
- Warning: Documented empty return type
I don't recall Doxygen generating such a message for void returning functions.
The flood of these warnings in my projects is distracting me from resolving actual parameters which may have their documentation actually missing.
Might it be possible for this warning to be suppressed in some way?
Thank you.