remove link to Tizen
authorMinkyoung Kang <mklove.kang@samsung.com>
Mon, 27 May 2013 00:49:44 +0000 (09:49 +0900)
committerMinkyoung Kang <mklove.kang@samsung.com>
Mon, 27 May 2013 00:49:44 +0000 (09:49 +0900)
Change-Id: I4453a65100561c983b6ad7991c90b21b07d93ad3

inc/FBaseRtTimer.h

index fe9c88b..1fc0932 100644 (file)
@@ -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.
        */