We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
To ensure this is fully documented, it might help to enforce documentation via CI.
Doxygen doesn't appear to support this natively, however with a little bit of bash magic it should be achieveable, i.e.
doxygen Doxyfile.docs 2>&1 | tee doxylog.log | grep ": warning: " | wc -l
will print the number of warnings output by doxygen.
We should achieve this by enabling CI checking in a draft pull request, and rebase periodicalyl to check on status.
The text was updated successfully, but these errors were encountered:
PR #546 is the beggingins of this.
Sorry, something went wrong.
No branches or pull requests
To ensure this is fully documented, it might help to enforce documentation via CI.
Doxygen doesn't appear to support this natively, however with a little bit of bash magic it should be achieveable, i.e.
will print the number of warnings output by doxygen.
We should achieve this by enabling CI checking in a draft pull request, and rebase periodicalyl to check on status.
The text was updated successfully, but these errors were encountered: