From 0fc9f152823d72caaf07078de596b26681130d10 Mon Sep 17 00:00:00 2001 From: shulga Date: Wed, 23 Nov 2016 15:27:44 +0900 Subject: [PATCH] Fixing mistake in conv manager API doxygen tag Signed-off-by: shulga Change-Id: I10714da24d8beaf8845604ab3493fb9907534986 --- lib/include/d2d_conv_manager.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/include/d2d_conv_manager.h b/lib/include/d2d_conv_manager.h index 815c9a1..d4a4d27 100644 --- a/lib/include/d2d_conv_manager.h +++ b/lib/include/d2d_conv_manager.h @@ -53,7 +53,7 @@ typedef struct _conv_handle_s* conv_h; * @brief Called when a nearby device which provides D2D services has been discovered. * @details Specifies the type of function passed to conv_discovery_start() \n * The @a device_handle value is only valid in the callback function and in case result is @c CONV_DISCOVERY_RESULT_SUCCESS.\n - * If you want to use it outside of the callback, you need to use a clone which can be obtained with conv_service_clone()\n + * If you want to use it outside of the callback, you need to use a clone which can be obtained with conv_device_clone()\n * The following results can be delivered. \n * #CONV_DISCOVERY_RESULT_ERROR, \n * #CONV_DISCOVERY_RESULT_SUCCESS, \n -- 2.7.4