diff options
Diffstat (limited to 'include/afb/afb-auth.h')
-rw-r--r-- | include/afb/afb-auth.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/afb/afb-auth.h b/include/afb/afb-auth.h index 3ce78666..31cbf6f8 100644 --- a/include/afb/afb-auth.h +++ b/include/afb/afb-auth.h @@ -17,6 +17,10 @@ #pragma once +/** @defgroup AFB_AUTH + * @{ */ + + /** * Enumeration for authority (Session/Token/Assurance) definitions. * @@ -72,3 +76,4 @@ struct afb_auth const struct afb_auth *next; }; +/** @} */
\ No newline at end of file |