X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=include%2Fafb%2Fafb-req-v1.h;h=a6e202bdb5cb0328eebdb5ca95f10cc886d8800c;hb=525e9eaa644ca92fad23adfbb7c3119ae8b57a30;hp=40fb3b85fb8e642e94c4434a68a1a72a382d6bf5;hpb=9e15212d26916f59fae2be6d9e618ae9b75a4f40;p=src%2Fapp-framework-binder.git diff --git a/include/afb/afb-req-v1.h b/include/afb/afb-req-v1.h index 40fb3b85..a6e202bd 100644 --- a/include/afb/afb-req-v1.h +++ b/include/afb/afb-req-v1.h @@ -20,6 +20,9 @@ #include #include "afb-req-x1.h" +/** @addtogroup AFB_REQ + * @{ */ + /** * @deprecated use bindings version 3 * @@ -54,3 +57,5 @@ static inline struct afb_req_x1 afb_req_unstore_x1_v1(struct afb_req_x1 *req) return result; } + +/** @} */