X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=include%2Fafb%2Fafb-arg.h;fp=include%2Fafb%2Fafb-arg.h;h=61b78afa86598b0889531797364301b46ad30544;hb=525e9eaa644ca92fad23adfbb7c3119ae8b57a30;hp=de3fb9b53807709488b2bfe5d12bd4d83267685e;hpb=9e15212d26916f59fae2be6d9e618ae9b75a4f40;p=src%2Fapp-framework-binder.git diff --git a/include/afb/afb-arg.h b/include/afb/afb-arg.h index de3fb9b5..61b78afa 100644 --- a/include/afb/afb-arg.h +++ b/include/afb/afb-arg.h @@ -17,6 +17,9 @@ #pragma once +/** @addtogroup AFB_REQ + * @{ */ + /** * Describes an argument (or parameter) of a request. * @@ -31,3 +34,5 @@ struct afb_arg /**< when the request is finalized this file is removed */ }; + +/** @} */