X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=include%2Fafb%2Fafb-arg.h;h=2c5ad8a5663ab65429d3661e41afd7f58de59c6f;hb=78fcce21a8b611de175223bff67f4a49fa95e64e;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..2c5ad8a5 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) 2016-2019 "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 */ }; + +/** @} */