GNOME Bugzilla – Bug 557164
WARN_NO_PARAMDOC does not report missing "return" comments
Last modified: 2010-07-26 17:25:25 UTC
Please describe the problem: WARN_NO_PARAMDOC does not report missing "return" comments. When WARN_NO_PARAMDOC is set to YES the doxywizard should report missing @return (\return) when the function has a return (i.e., an undocumented return). However, it does not report them. Steps to reproduce: 1. Create a function that contains a return 2. Document the function with the exception of the return 3. Run Doxywizard with WARN_NO_PARAMDOC set to YES Actual results: Doxywizard does not report any warnings. Expected results: Doxywizard reporting the undocumented returns. Does this happen every time? Yes Other information:
Created attachment 154701 [details] [review] This should patch the problem. the checking for if a function was a constructor/destructor looked inverted, and wrong.
Thanks Peter. I'll include your patch in the next subversion update.
This bug was previously marked ASSIGNED, which means it should be fixed in doxygen version 1.7.0. Please verify if this is indeed the case. Reopen the bug if you think it is not fixed and please include any additional information that you think can be relevant.
Bug appears to still be present in Doxywizard 1.7.1.