-
Notifications
You must be signed in to change notification settings - Fork 161
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
Shall I add doxygen to the build system? #289
Comments
Yes, it is good to have it in the build system. |
This is being held back by the lack of self-build capability in fv3atm. We can't do a doxygen build in CI if fv3atm cannot even be compiled successfully in CI. |
I will close this issue until there is greater interest, and a fixed build system. |
OK, interest in testing fv3atm has led to interest in documentation too. The problems start because of the way we're lumping so many projects together using git submodules, rather than releasing them as separate libraries and then linking them in the usual way. For example, the doc build of fv3atm will not work because both ccpp and upp include a "doc" target in their cmake files.
See https://github.com/edwardhartnett/fv3atm/actions/runs/7371629648/job/20059198642?pr=2 |
Shall I add doxygen to the build system, which would allow programmers to start using doxygen in the code?
The text was updated successfully, but these errors were encountered: