From: kj7.sung Date: Mon, 19 Sep 2016 09:44:18 +0000 (+0900) Subject: Fix HTML link errors X-Git-Tag: submit/tizen/20160921.070033^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F87%2F88487%2F2;p=platform%2Fcore%2Fapi%2Fmaps-service.git Fix HTML link errors Change-Id: Ic5cabc8dfbec17cea267fff28de9265d6805b57b Signed-off-by: kj7.sung --- diff --git a/include/maps_plugin.h b/include/maps_plugin.h index 9fcc6f9..c39682f 100644 --- a/include/maps_plugin.h +++ b/include/maps_plugin.h @@ -117,8 +117,9 @@ int maps_plugin_get_info(maps_plugin_info_h *info); * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 2.3.2 @endif * @remarks To obtain the @a provider_key refer to corresponding Maps Provider * documentation. - * \n For HERE Maps refer to https://developer.here.com/, - * https://developer.here.com/rest-apis. + * \n For HERE Maps refer to + * https://developer.here.com/, + * https://developer.here.com/rest-apis. * * @param[in] provider_key The Maps Key to be used * @return 0 on success, otherwise a negative error value diff --git a/include/maps_service.h b/include/maps_service.h index dd5c655..d849e6c 100644 --- a/include/maps_service.h +++ b/include/maps_service.h @@ -275,8 +275,9 @@ int maps_service_destroy(maps_service_h maps); * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 2.3.2 @endif * @remarks To get the @a provider_key, refer to corresponding Maps Provider * documentation. - * \n To get app_id and app_code of HERE, visit https://developer.here.com/, - * https://developer.here.com/rest-apis. + * \n To get app_id and app_code of HERE, visit + * https://developer.here.com/, + * https://developer.here.com/rest-apis. * * @param[in] maps The Maps Service handle * @param[in] provider_key The Maps Key to be used