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
The current status is that we have 2 Doxygen configuration file:
We need to provide a simple way for contributors to generate the Doxygen API documentation, without duplicating the Doxygen configuration files.
The proposition is:
cmake -Bbuild -DDOC_ONLY=on make -C build doc
The text was updated successfully, but these errors were encountered:
And test it on Linux Windows and macOS. I will handle that part if you do the cmake stuff. (I am a cmake beginner)
Sorry, something went wrong.
This issue has been marked as a stale issue because it has been open (more than) 45 days with no activity.
No branches or pull requests
The current status is that we have 2 Doxygen configuration file:
We need to provide a simple way for contributors to generate the Doxygen API documentation, without duplicating the Doxygen configuration files.
The proposition is:
The text was updated successfully, but these errors were encountered: