X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=include%2Fafb%2Fafb-auth.h;h=31cbf6f8e4d3082b3861d7a869cd2be18db90d2a;hb=26286eb5a7af0b58ec602afda45eb021cc21d104;hp=3ce7866683f9edb6fde28edfe0d705e2b9d30521;hpb=4521c1e7ae5371ab9d639adc617d17fb4e8ded0c;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