X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=include%2Fafb%2Fafb-api-x3-itf.h;h=b8cfadf66eb743679b29f36528ef12ab93dc54ac;hb=525e9eaa644ca92fad23adfbb7c3119ae8b57a30;hp=38b291969349ccc9d3cf071b87f16bf00b134e6e;hpb=9e15212d26916f59fae2be6d9e618ae9b75a4f40;p=src%2Fapp-framework-binder.git diff --git a/include/afb/afb-api-x3-itf.h b/include/afb/afb-api-x3-itf.h index 38b29196..b8cfadf6 100644 --- a/include/afb/afb-api-x3-itf.h +++ b/include/afb/afb-api-x3-itf.h @@ -30,6 +30,9 @@ struct afb_auth; struct afb_verb_v2; struct afb_verb_v3; +/** @addtogroup AFB_API + * @{ */ + /** * Structure for the APIv3 */ @@ -260,3 +263,4 @@ struct afb_api_x3_itf struct afb_api_x3 *api); }; +/** @} */