-
Notifications
You must be signed in to change notification settings - Fork 634
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
Update doxygen to 1.9.6 #1844
Update doxygen to 1.9.6 #1844
Conversation
The config.doxyfile was updated by running 'doxygen -u docs/doxygen/config.doxyfile'
Doxygen check failures are expected until submodules are updated. May pull latest submodules as part of this change. |
The previous coreMQTT submodule had a higher version as the submodule was the LTS release.
This reverts commit 8ef0d6d.
Manifest verifier will break until the all of the submodules have a new tag which aliases the commit pinning doxygen to 1.9.6. Will need to bring this up with the team tomorrow. Tagging should take minutes to do but I'm not sure of further implications. |
Tags are only added when a release is performed. Leaving this open so that it gets pulled in during the next release. |
Got agreement to use commit hashes instead of tags on main. Submitting for approval. |
Description of changes:
Update doxygen to 1.9.6 using
doxygen -u
commandTesting
Not tested yet.
By submitting this pull request, I confirm that my contribution is made under the terms of the MIT license.