From 4e2f2908d50afce6913c34a4372c9bfc436269b4 Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Tue, 17 Mar 2015 17:20:23 -0400 Subject: [PATCH] objects: Doxygen: \i -> \em 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/objects.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/babeltrace/objects.h b/include/babeltrace/objects.h index 3d02b257..01f38595 100644 --- a/include/babeltrace/objects.h +++ b/include/babeltrace/objects.h @@ -198,7 +198,7 @@ extern struct bt_object *bt_object_null; /** * User function type for bt_object_map_foreach(). * - * \p object is a \i weak reference; you must pass it to + * \p object is a \em weak reference; you must pass it to * bt_object_get() to get your own reference. * * Return \c true to continue the loop, or \c false to break it. @@ -236,7 +236,7 @@ typedef bool (* bt_object_map_foreach_cb)(const char *key, * * The object's reference count is not changed. Resetting * \p _src_object to \c NULL ensures the object will not be put - * twice later; its ownership is indeed \i moved from the source + * twice later; its ownership is indeed \em moved from the source * variable to the destination variable. * * @param _src_object Source object variable -- 2.34.1