Discussion:
[EGIT] [core/efl] master 01/01: doc: remove since_tizen.
Hermet Park
2018-12-06 05:42:21 UTC
Permalink
hermet pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=a8244ee642b2b61f6e49c8e21eb1947741d59f27

commit a8244ee642b2b61f6e49c8e21eb1947741d59f27
Author: Hermet Park <***@gmail.com>
Date: Thu Dec 6 14:41:51 2018 +0900

doc: remove since_tizen.

This tag must be valid for only tizen world.
---
src/lib/ecore/Ecore_Legacy.h | 8 --------
src/lib/evas/Evas_GL.h | 1 -
2 files changed, 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);
/**
* @brief Return whether the timer is freezing.
*
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
- *
* @return True if the timer object is freezed, false otherwise.
*
* @see ecore_timer_freeze(), ecore_timer_thaw()
@@ -287,10 +283,6 @@ EAPI Eina_Bool ecore_timer_freeze_get(Ecore_Timer *timer);
/**
* @brief Resumes a frozen (paused) timer.
*
- * @if MOBILE @since_tizen 2.3
- * @elseif WEARABLE @since_tizen 2.3.1
- * @endif
- *
* @remarks The timer will be resumed from its previous relative position in time. That
* means, if it had X seconds remaining until expire when it was paused, it will
* 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
/*------- EvasGL / EGL-related functions -------*/
/**
* @name Evas GL Sync object functions
- * @since_tizen 2.3
* @since 1.12
* @{ */


--

Loading...