Skip to content

Commit

Permalink
doc: fix doxygen comment for PKCS11H_SLOTEVENT_METHOD_AUTO
Browse files Browse the repository at this point in the history
  • Loading branch information
arrowd authored and alonbl committed Jan 21, 2024
1 parent 909ab8b commit 7326442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/pkcs11-helper-1.0/pkcs11h-core.h
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ extern "C" {
* @addtogroup PKCS11H_SLOTEVENT_METHOD
* @{
*/
/* Auto select by provider information. */
/** Auto select by provider information. */
#define PKCS11H_SLOTEVENT_METHOD_AUTO 0
/** Force trigger. */
#define PKCS11H_SLOTEVENT_METHOD_TRIGGER 1
Expand Down

0 comments on commit 7326442

Please sign in to comment.