You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
doxygen-check............................................................Passed
- hook id: doxygen-check
- duration: 0s
warning: doxygen is not installed
doxygen should be installed in the environment. I tested this locally and I found that the current code has a number of doxygen errors that will need fixing since there's been some bit rot since the check was last run correctly and validated.
The text was updated successfully, but these errors were encountered:
The pre-commit hook for doxygen is configured such that it exist without error if doxygen is not installed. This turns out to be the case in the
checks
dependency list that is used for the CI linting run. As a result, doxygen is not actually being run in CI. You can see the result in a recent CI run.doxygen should be installed in the environment. I tested this locally and I found that the current code has a number of doxygen errors that will need fixing since there's been some bit rot since the check was last run correctly and validated.
The text was updated successfully, but these errors were encountered: