From 0c3f5756ef6de7c238b118785d15eb020fcb9f78 Mon Sep 17 00:00:00 2001 From: Minkyoung Kang Date: Mon, 27 May 2013 09:49:44 +0900 Subject: [PATCH] remove link to Tizen Change-Id: I4453a65100561c983b6ad7991c90b21b07d93ad3 --- inc/FBaseRtTimer.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/inc/FBaseRtTimer.h b/inc/FBaseRtTimer.h index fe9c88b..1fc0932 100644 --- a/inc/FBaseRtTimer.h +++ b/inc/FBaseRtTimer.h @@ -156,7 +156,7 @@ public: * @since 2.0 * * @if OSPCOMPACT - * @compatibility This method has compatibility issues with Tizen API versions @b prior @b to @b 2.1. @n + * @compatibility This method has compatibility issues with %Tizen API versions @b prior @b to @b 2.1. @n * For more information, see @ref CompTimerStartPage "here". * @endif * @@ -174,11 +174,11 @@ public: /** * @page CompTimerStartPage Compatibility for Start(int timeout) * @section CompTimerStartPageIssueSection Issues - * Implementation of this method in Tizen API versions prior to 2.1 has the following issue: @n + * Implementation of this method in %Tizen API versions prior to 2.1 has the following issue: @n * -# The method returns E_INVALID_ARG if timeout is equal to zero. * * @section CompTimerStartPageSolutionSection Resolutions - * The issue mentioned above is resolved in Tizen API version 2.1, and it is recommended to use Tizen API version 2.1 or above. + * The issue mentioned above is resolved in %Tizen API version 2.1, and it is recommended to use %Tizen API version 2.1 or above. * -# In case of zero, Timer sets timeout to the best-effort minimum interval without returning E_INVALID_ARG. */ -- 2.7.4