From: kj7.sung Date: Mon, 9 Jan 2017 02:18:26 +0000 (+0900) Subject: Fix doxygen warning X-Git-Tag: accepted/tizen/common/20170109.202426^0 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fapi%2Flocation-manager.git;a=commitdiff_plain;h=bdde8ddbc2639e960c148e4cf78640f407517ea2 Fix doxygen warning Change-Id: I6d6f2382a099bfe030b6973c27deed2ef607dc19 Signed-off-by: kj7.sung --- diff --git a/include/locations.h b/include/locations.h index 0e489e1..f8182ae 100755 --- a/include/locations.h +++ b/include/locations.h @@ -983,6 +983,7 @@ int location_manager_unset_location_changed_cb(location_manager_h manager); * @param[in] callback The callback function to register * @param[in] batch_interval The batch sampling interval [1 ~ 255] (seconds) * @param[in] batch_period The batch period [1 ~ 60000] (seconds) + * @param[in] user_data The user data to be passed to the callback function * @return @c 0 on success, * otherwise a negative error value * @retval #LOCATIONS_ERROR_NONE Successful