-
Notifications
You must be signed in to change notification settings - Fork 52
Hygiene fixes in doxygen documentation #122
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
Hygiene fixes in doxygen documentation #122
Conversation
Co-authored-by: Archit Gupta <71798289+archigup@users.noreply.github.com>
…compatibility of macros
| # Change Log for corePKCS11 Library | ||
|
|
||
| ## v3.2.0 (August 2021) | ||
| - [#122] Add `core_pkcs11_config_defaults.h` file for default definition of configuration macros. and make doxygen documentation fixes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The minor version is bumped for the changes that are slated in #121
Co-authored-by: Gaurav-Aggarwal-AWS <33462878+aggarg@users.noreply.github.com>
|
|
||
| #ifndef LIBRARY_LOG_LEVEL | ||
| #define LIBRARY_LOG_LEVEL LOG_DEBUG | ||
| #define LIBRARY_LOG_LEVEL LOG_NONE |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is logging being turned off for tests?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is enabled in CI through compile parameter though: https://github.com/FreeRTOS/corePKCS11/blob/main/.github/workflows/ci.yml#L23
This PR makes fixes to doxygen documentation to make a clear distinction between corePKCS11 library and the PKCS #11 standard as well as add mechanism for keeping the configuration-macros up-to-date.