X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=include%2Fafb%2Fafb-req-x1-itf.h;h=7d82ad03715dda3c5fe7a5fa62012d19f6de0ed7;hb=5ee4995733cc3f53b8b55d045530918b2125e78a;hp=dce936d165fb58e3d7509c6a2f7cbf99cdca2296;hpb=4521c1e7ae5371ab9d639adc617d17fb4e8ded0c;p=src%2Fapp-framework-binder.git diff --git a/include/afb/afb-req-x1-itf.h b/include/afb/afb-req-x1-itf.h index dce936d1..7d82ad03 100644 --- a/include/afb/afb-req-x1-itf.h +++ b/include/afb/afb-req-x1-itf.h @@ -19,6 +19,9 @@ #include "afb-req-x2-itf.h" +/** @addtogroup AFB_REQ + * @{ */ + /** * @deprecated use bindings version 3 * @@ -30,3 +33,5 @@ struct afb_req_x1 struct afb_req_x2 *closure; /**< the closure argument for functions of 'itf' */ }; + +/** @} */