Merge "Enhance fault tolerance for the deleted DataControl instance (N_SE-41877)...
[platform/framework/native/appfw.git] / inc / FBaseRtTimer.h
index 4980116..1fc0932 100644 (file)
@@ -1,5 +1,4 @@
 //
-// Open Service Platform
 // Copyright (c) 2012 Samsung Electronics Co., Ltd.
 //
 // Licensed under the Apache License, Version 2.0 (the License);
@@ -157,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
         *
@@ -175,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.
        */