X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=include%2Fafb%2Fafb-auth.h;fp=include%2Fafb%2Fafb-auth.h;h=31cbf6f8e4d3082b3861d7a869cd2be18db90d2a;hb=525e9eaa644ca92fad23adfbb7c3119ae8b57a30;hp=3ce7866683f9edb6fde28edfe0d705e2b9d30521;hpb=9e15212d26916f59fae2be6d9e618ae9b75a4f40;p=src%2Fapp-framework-binder.git 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