aws / aws-iot-device-sdk-embedded-C

SDK for connecting to AWS IoT from a device using embedded C.
MIT License
975 stars 623 forks source link

Update doxygen to 1.9.6 #1844

Closed kstribrnAmzn closed 1 year ago

kstribrnAmzn commented 1 year ago

Description of changes: Update doxygen to 1.9.6 using doxygen -u command

Testing Not tested yet.

By submitting this pull request, I confirm that my contribution is made under the terms of the MIT license.

kstribrnAmzn commented 1 year ago

Doxygen check failures are expected until submodules are updated. May pull latest submodules as part of this change.

kstribrnAmzn commented 1 year ago

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.

kstribrnAmzn commented 1 year ago

Tags are only added when a release is performed. Leaving this open so that it gets pulled in during the next release.

kstribrnAmzn commented 1 year ago

Got agreement to use commit hashes instead of tags on main. Submitting for approval.