From 525e9eaa644ca92fad23adfbb7c3119ae8b57a30 Mon Sep 17 00:00:00 2001 From: José Bollo Date: Tue, 19 Jun 2018 20:16:28 +0200 Subject: Improve documentation of api v3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The documentation is improved to reflect the new version. Tune the options Change-Id: I894c3db3bc0c10e89db66a9a51a9ad049bb8c0c4 Signed-off-by: José Bollo --- include/afb/afb-req-x1.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include/afb/afb-req-x1.h') diff --git a/include/afb/afb-req-x1.h b/include/afb/afb-req-x1.h index cea17d0c..d9fa1bea 100644 --- a/include/afb/afb-req-x1.h +++ b/include/afb/afb-req-x1.h @@ -20,6 +20,9 @@ #include "afb-req-x1-itf.h" #include "afb-event-x1.h" +/** @addtogroup AFB_REQ + * @{ */ + /** * @deprecated use bindings version 3 * @@ -451,3 +454,5 @@ static inline struct json_object *afb_req_x1_get_client_info(struct afb_req_x1 r } + +/** @} */ -- cgit 1.2.3-korg