From 35827558b7872b0fc752ca9797d7d68ab62c21e7 Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Fri, 25 Nov 2016 21:27:23 -0500 Subject: [PATCH] trace.h: doc: add missing end of group MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Philippe Proulx Signed-off-by: Jérémie Galarneau --- include/babeltrace/ctf-ir/trace.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/babeltrace/ctf-ir/trace.h b/include/babeltrace/ctf-ir/trace.h index c8292ee6..099692f3 100644 --- a/include/babeltrace/ctf-ir/trace.h +++ b/include/babeltrace/ctf-ir/trace.h @@ -774,6 +774,8 @@ extern int bt_ctf_trace_visit(struct bt_ctf_trace *trace_class, /** @} */ +/** @} */ + /* * bt_ctf_trace_get_metadata_string: get metadata string. * -- 2.34.1