objects: Doxygen: \i -> \em
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Tue, 17 Mar 2015 21:20:23 +0000 (17:20 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 19 Mar 2015 18:16:44 +0000 (14:16 -0400)
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
include/babeltrace/objects.h

index 3d02b2571df4113adb241606510e926ca7888f8a..01f3859538470dc24e45d8dadda869e23951cc17 100644 (file)
@@ -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 <b>not changed</b>. 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
This page took 0.025818 seconds and 4 git commands to generate.