aws / Jobs-for-AWS-IoT-embedded-sdk

Client library for using AWS IoT Jobs service on embedded devices
MIT License
12 stars 35 forks source link

Updates Doxygen to 1.9.4 #73

Closed rawalexe closed 1 year ago

rawalexe commented 1 year ago

Issue #, if available:

Description of changes: Updates Doxygen to 1.9.4 and dependency python to 3.11.0 Also corrects jobs.h to have correct ref for OBS_JOBID_MAX_LENGTH

Testing Manually tested. Ran doxygen /docs/doxygen/config.doxyfile after update

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

kstribrnAmzn commented 1 year ago

Why does catch_assert and jobs_ut required changes? I know without this the build was failing but I'm curious the reason

rawalexe commented 1 year ago

I'm referring from @paulbartell 's recommendation. Apparently there were some new design changes in the new gcc and hence we needed to update how we referred some of the function in past, from my understanding so far...