From: Philippe Proulx Date: Wed, 25 Jan 2017 19:08:17 +0000 (-0500) Subject: ref.h, values.h: doc: add #include in description X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=9197569d2eac1592d0e3b4ef905bb3a54ccb3bf5;p=deliverable%2Fbabeltrace.git ref.h, values.h: doc: add #include in description Signed-off-by: Philippe Proulx Signed-off-by: Jérémie Galarneau --- diff --git a/include/babeltrace/ref.h b/include/babeltrace/ref.h index 9a74a43cc..dfbdc54e2 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 93622a86e..03c0024fd 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: