X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=include%2Fafb%2Fafb-service-itf-x1.h;h=a775338e9f7c89d712c927988129eacc6124112b;hb=65353dce81a629e042800bb7b86fcd869a76727e;hp=fcdd08e1540424284f490c6806b8e6f8d531bb6e;hpb=4521c1e7ae5371ab9d639adc617d17fb4e8ded0c;p=src%2Fapp-framework-binder.git diff --git a/include/afb/afb-service-itf-x1.h b/include/afb/afb-service-itf-x1.h index fcdd08e1..a775338e 100644 --- a/include/afb/afb-service-itf-x1.h +++ b/include/afb/afb-service-itf-x1.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017, 2018 "IoT.bzh" + * Copyright (C) 2015-2020 "IoT.bzh" * Author: José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -19,6 +19,9 @@ struct afb_api_x3; +/** @defgroup AFB_SERVICE + * @{ */ + /** * @deprecated use bindings version 3 * @@ -49,3 +52,4 @@ struct afb_service_x1 struct afb_api_x3 *closure; }; +/** @} */