X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=include%2Fafb%2Fafb-arg.h;h=78c7068906b94c1ef2a3184cd245d83b593f538a;hb=65353dce81a629e042800bb7b86fcd869a76727e;hp=de3fb9b53807709488b2bfe5d12bd4d83267685e;hpb=4521c1e7ae5371ab9d639adc617d17fb4e8ded0c;p=src%2Fapp-framework-binder.git diff --git a/include/afb/afb-arg.h b/include/afb/afb-arg.h index de3fb9b5..78c70689 100644 --- a/include/afb/afb-arg.h +++ b/include/afb/afb-arg.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"); @@ -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 */ }; + +/** @} */