Check for Doxygen warnings in CI (BSP-429) #267
Labels
Type: CI
CI related taks
Type: Documentation
Improvements or additions to documentation
Type: Feature Request
New feature or request
While looking at #266 I've noticed that although we do run Doxygen in CI, we don't actually fail the CI job when new warnings (e.g. function not documented) are introduced. Looking at the job log, there are already a lot of warnings, most of them about mismatch between the parameter names in the function declaration and in the Doxygen comment.
We should either
The text was updated successfully, but these errors were encountered: