Skip to content
New issue

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

Doxygen style is not verified in CI #359

Open
vyasr opened this issue Jan 30, 2025 · 0 comments
Open

Doxygen style is not verified in CI #359

vyasr opened this issue Jan 30, 2025 · 0 comments

Comments

@vyasr
Copy link
Contributor

vyasr commented Jan 30, 2025

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-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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant