From: Philippe Proulx Date: Tue, 22 Nov 2016 23:07:53 +0000 (-0500) Subject: stream.h: doc: add missing type doc X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=d0218df1c985c4a78dc22c50d43ba80488e471b3;p=deliverable%2Fbabeltrace.git stream.h: doc: add missing type doc Signed-off-by: Philippe Proulx Signed-off-by: Jérémie Galarneau --- diff --git a/include/babeltrace/ctf-ir/stream.h b/include/babeltrace/ctf-ir/stream.h index 8de7e2437..f1191bc6b 100644 --- a/include/babeltrace/ctf-ir/stream.h +++ b/include/babeltrace/ctf-ir/stream.h @@ -85,6 +85,12 @@ management of Babeltrace objects. @{ */ +/** +@struct bt_ctf_stream +@brief A CTF IR stream. +@sa ctfirstream +@sa ctfirwriterstream +*/ struct bt_ctf_stream; struct bt_ctf_event;