diff options
author | Hermet Park <hermetpark@gmail.com> | 2018-12-06 14:41:51 +0900 |
---|---|---|
committer | Christopher Michael <cp.michael@samsung.com> | 2018-12-06 12:06:17 -0500 |
commit | 716f3acfbc982613447c6ad1935c41edc7943264 (patch) | |
tree | eb219ee144da437d8ac01539cf5e00d1cd87d3ce | |
parent | ebc2e0f5828318fc39ea0b6db2ac890aaddc586b (diff) |
doc: remove since_tizen.
This tag must be valid for only tizen world.
-rw-r--r-- | src/lib/ecore/Ecore_Legacy.h | 8 | ||||
-rw-r--r-- | src/lib/evas/Evas_GL.h | 1 |
2 files changed, 0 insertions, 9 deletions
diff --git a/src/lib/ecore/Ecore_Legacy.h b/src/lib/ecore/Ecore_Legacy.h index 80c0493034..94c4250d51 100644 --- a/src/lib/ecore/Ecore_Legacy.h +++ b/src/lib/ecore/Ecore_Legacy.h | |||
@@ -274,10 +274,6 @@ EAPI void ecore_timer_freeze(Ecore_Timer *timer); | |||
274 | /** | 274 | /** |
275 | * @brief Return whether the timer is freezing. | 275 | * @brief Return whether the timer is freezing. |
276 | * | 276 | * |
277 | * @if MOBILE @since_tizen 3.0 | ||
278 | * @elseif WEARABLE @since_tizen 3.0 | ||
279 | * @endif | ||
280 | * | ||
281 | * @return True if the timer object is freezed, false otherwise. | 277 | * @return True if the timer object is freezed, false otherwise. |
282 | * | 278 | * |
283 | * @see ecore_timer_freeze(), ecore_timer_thaw() | 279 | * @see ecore_timer_freeze(), ecore_timer_thaw() |
@@ -287,10 +283,6 @@ EAPI Eina_Bool ecore_timer_freeze_get(Ecore_Timer *timer); | |||
287 | /** | 283 | /** |
288 | * @brief Resumes a frozen (paused) timer. | 284 | * @brief Resumes a frozen (paused) timer. |
289 | * | 285 | * |
290 | * @if MOBILE @since_tizen 2.3 | ||
291 | * @elseif WEARABLE @since_tizen 2.3.1 | ||
292 | * @endif | ||
293 | * | ||
294 | * @remarks The timer will be resumed from its previous relative position in time. That | 286 | * @remarks The timer will be resumed from its previous relative position in time. That |
295 | * means, if it had X seconds remaining until expire when it was paused, it will | 287 | * means, if it had X seconds remaining until expire when it was paused, it will |
296 | * be started now with those same X seconds remaining to expire again. But | 288 | * be started now with those same X seconds remaining to expire again. But |
diff --git a/src/lib/evas/Evas_GL.h b/src/lib/evas/Evas_GL.h index fa3e6f4fe4..b6b642400f 100644 --- a/src/lib/evas/Evas_GL.h +++ b/src/lib/evas/Evas_GL.h | |||
@@ -5529,7 +5529,6 @@ EvasGLImage *img = glapi->evasglCreateImageForContext | |||
5529 | /*------- EvasGL / EGL-related functions -------*/ | 5529 | /*------- EvasGL / EGL-related functions -------*/ |
5530 | /** | 5530 | /** |
5531 | * @name Evas GL Sync object functions | 5531 | * @name Evas GL Sync object functions |
5532 | * @since_tizen 2.3 | ||
5533 | * @since 1.12 | 5532 | * @since 1.12 |
5534 | * @{ */ | 5533 | * @{ */ |
5535 | 5534 | ||