From a0491f936699d558a55a96b2e5f07e2a5388cac5 Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Fri, 25 Nov 2016 21:27:06 -0500 Subject: [PATCH] packet.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/packet.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/babeltrace/ctf-ir/packet.h b/include/babeltrace/ctf-ir/packet.h index 72f5068a..80278c47 100644 --- a/include/babeltrace/ctf-ir/packet.h +++ b/include/babeltrace/ctf-ir/packet.h @@ -240,6 +240,8 @@ extern int bt_ctf_packet_set_context( /** @} */ +/** @} */ + #ifdef __cplusplus } #endif -- 2.34.1