- Enable
-Wdocumentation(clang) if available.-Wdocumentationemit warnings about incorrect use of documentation comments. Fix broken Doxygen comments.
Example warnings:
./policy/fees.h:25:6: warning: '@class' command should not be used in a comment attached to a non-class declaration [-Wdocumentation]
qt/rpcconsole.cpp:147:18: warning: parameter 'result' not found in the function declaration [-Wdocumentation]
./qt/bitcoingui.h:205:17: warning: parameter 'status' not found in the function declaration [-Wdocumentation]
./wallet/wallet.h:992:38: warning: not a Doxygen trailing comment [-Wdocumentation]