X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=include%2Fafb%2Fafb-req-x1-itf.h;h=87efe67d4051758139aa00802de48536516f7c8e;hb=ca0f859d96599c8ae295c85f825030c891969de1;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..87efe67d 100644 --- a/include/afb/afb-req-x1-itf.h +++ b/include/afb/afb-req-x1-itf.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017, 2018 "IoT.bzh" + * Copyright (C) 2016-2019 "IoT.bzh" * Author: José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -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' */ }; + +/** @} */