Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix doxygen check with unsupported version. (#344)
While running `pre-commit`, I got this error: ```bash ./ci/checks/doxygen.sh: line 19: : command not found ./ci/checks/doxygen.sh: line 20: : command not found ./ci/checks/doxygen.sh: line 21: : command not found ``` I have doxygen 1.9.7 installed, which isn't a supported version in this script. The Doxygen check is supposed to pass silently when run locally with an unsupported version (it runs properly in CI, instead). It seems like there's an unrecognized symbol in the bash script from PR #177: 05fb1db This PR removes that symbol, fixing the error.
- Loading branch information