X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=include%2Fafb%2Fafb-event-x2-itf.h;h=45d8316fbec95bbfcb4b0a28eab563c24e54af14;hb=65353dce81a629e042800bb7b86fcd869a76727e;hp=ecc42c79cebba519a52ccb2142380c87bf5a8aca;hpb=4521c1e7ae5371ab9d639adc617d17fb4e8ded0c;p=src%2Fapp-framework-binder.git diff --git a/include/afb/afb-event-x2-itf.h b/include/afb/afb-event-x2-itf.h index ecc42c79..45d8316f 100644 --- a/include/afb/afb-event-x2-itf.h +++ b/include/afb/afb-event-x2-itf.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"); @@ -20,6 +20,9 @@ struct afb_event_x2; struct afb_event_x2_itf; +/** @addtogroup AFB_EVENT + * @{ */ + /** * Interface for handling event_x2. * @@ -55,3 +58,4 @@ struct afb_event_x2 const struct afb_event_x2_itf *itf; /**< the interface functions to use */ }; +/** @} */