From 9197569d2eac1592d0e3b4ef905bb3a54ccb3bf5 Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Wed, 25 Jan 2017 14:08:17 -0500 Subject: [PATCH] ref.h, values.h: doc: add #include in description 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/ref.h | 4 ++++ include/babeltrace/values.h | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/include/babeltrace/ref.h b/include/babeltrace/ref.h index 9a74a43c..dfbdc54e 100644 --- a/include/babeltrace/ref.h +++ b/include/babeltrace/ref.h @@ -36,6 +36,10 @@ extern "C" { @ingroup apiref @brief Common reference counting management for all Babeltrace objects. +@code +#include +@endcode + The macros and functions of this module are everything that is needed to handle the reference counting of Babeltrace objects. diff --git a/include/babeltrace/values.h b/include/babeltrace/values.h index 93622a86..03c0024f 100644 --- a/include/babeltrace/values.h +++ b/include/babeltrace/values.h @@ -40,6 +40,10 @@ extern "C" { @ingroup apiref @brief Value objects. +@code +#include +@endcode + This is a set of value objects. With the functions documented here, you can create and modify: -- 2.34.1