From: Philippe Proulx Date: Tue, 17 Mar 2015 21:20:23 +0000 (-0400) Subject: objects: Doxygen: \i -> \em X-Git-Tag: v2.0.0-pre1~1301 X-Git-Url: http://git.efficios.com/?a=commitdiff_plain;h=4e2f2908d50afce6913c34a4372c9bfc436269b4;p=babeltrace.git objects: Doxygen: \i -> \em Signed-off-by: Philippe Proulx Signed-off-by: Jérémie Galarneau --- 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