Improve documentation of api v3
[src/app-framework-binder.git] / include / afb / afb-auth.h
index 3ce7866..31cbf6f 100644 (file)
 
 #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