Modified Specific profile API comments. 55/308955/2
authorjykeon <jykeon@samsung.com>
Wed, 3 Apr 2024 06:15:20 +0000 (15:15 +0900)
committerjykeon <jykeon@samsung.com>
Wed, 3 Apr 2024 06:24:11 +0000 (15:24 +0900)
Change-Id: I906e86c81460c4691cb9e22349a16c6ba37dfac9
Signed-off-by: jykeon <jykeon@samsung.com>
src/lib/edje/Edje_Common.h

index b79b5af..b0c77d9 100644 (file)
@@ -252,9 +252,7 @@ struct _Edje_Size_Class
  * This function triggers the processing of messages addressed to any
  * (alive) edje objects.
  *
- * @if MOBILE @since_tizen 2.3
- * @elseif WEARABLE @since_tizen 2.3.1
- * @endif
+ * @since_tizen 2.3
  */
 EAPI void         edje_message_signal_process             (void);
 
@@ -292,9 +290,7 @@ typedef Efl_Signal_Cb Edje_Signal_Cb;
  * @see edje_object_signal_callback_add() for more on Edje signals.
  * @since 1.1.0
  *
- * @if MOBILE @since_tizen 2.3
- * @elseif WEARABLE @since_tizen 2.3.1
- * @endif
+ * @since_tizen 2.3
  */
 EAPI void *       edje_object_signal_callback_extra_data_get(void);
 
@@ -366,9 +362,7 @@ typedef enum _Edje_Channel
  *
  * @since 1.9
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI void edje_audio_channel_mute_set(Edje_Channel channel, Eina_Bool mute);
 
@@ -382,9 +376,7 @@ EAPI void edje_audio_channel_mute_set(Edje_Channel channel, Eina_Bool mute);
  *
  * @since 1.9
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI Eina_Bool edje_audio_channel_mute_get(Edje_Channel channel);
 
@@ -423,9 +415,7 @@ EAPI Eina_Bool edje_audio_channel_mute_get(Edje_Channel channel);
  * @see embryo_init()
  * @see eet_init()
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI int          edje_init                       (void);
 
@@ -447,9 +437,7 @@ EAPI int          edje_init                       (void);
  * @see embryo_shutdown()
  * @see eet_shutdown()
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI int               edje_shutdown                   (void);
 
@@ -460,9 +448,7 @@ EAPI int            edje_shutdown                   (void);
  *
  * This function sets the edje append fontset.
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI void              edje_fontset_append_set         (const char *fonts);
 
@@ -483,9 +469,7 @@ EAPI void           edje_fontset_append_set         (const char *fonts);
  *
  * Then, edje_file_data_get("test.edj", "key1") will return "value1"
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI char             *edje_mmap_data_get(const Eina_File *f, const char *key);
 
@@ -508,9 +492,7 @@ EAPI char             *edje_mmap_data_get(const Eina_File *f, const char *key);
  *
  * @see edje_mmap_data_get()
  *
- * @if MOBILE @since_tizen 2.3
- * @elseif WEARABLE @since_tizen 2.3.1
- * @endif
+ * @since_tizen 2.3
  */
 EAPI char        *edje_file_data_get              (const char *file, const char *key);
 
@@ -522,9 +504,7 @@ EAPI char        *edje_file_data_get              (const char *file, const char
  * Modules are used to add functionality to Edje.
  * So, when a module is loaded, its functionality should be available for use.
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI Eina_Bool               edje_module_load                (const char *module);
 
@@ -536,9 +516,7 @@ EAPI Eina_Bool               edje_module_load                (const char *module
  *
  * @see edje_module_load().
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI const Eina_List        *edje_available_modules_get      (void);
 
@@ -552,9 +530,7 @@ EAPI const Eina_List        *edje_available_modules_get      (void);
  *
  * @see edje_fontset_append_set().
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI const char                *edje_fontset_append_get        (void);
 
@@ -570,9 +546,7 @@ EAPI const char             *edje_fontset_append_get        (void);
  * @see edje_file_cache_get()
  * @see edje_file_cache_flush()
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI void         edje_file_cache_set             (int count);
 
@@ -587,9 +561,7 @@ EAPI void         edje_file_cache_set             (int count);
  * @see edje_file_cache_set()
  * @see edje_file_cache_flush()
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI int          edje_file_cache_get             (void);
 
@@ -602,9 +574,7 @@ EAPI int          edje_file_cache_get             (void);
  * @see edje_file_cache_set()
  * @see edje_file_cache_get()
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI void         edje_file_cache_flush           (void);
 
@@ -621,9 +591,7 @@ EAPI void         edje_file_cache_flush           (void);
  * @see edje_collection_cache_get()
  * @see edje_collection_cache_flush()
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI void         edje_collection_cache_set       (int count);
 
@@ -638,9 +606,7 @@ EAPI void         edje_collection_cache_set       (int count);
  * @see edje_collection_cache_set()
  * @see edje_collection_cache_flush()
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI int          edje_collection_cache_get       (void);
 
@@ -653,9 +619,7 @@ EAPI int          edje_collection_cache_get       (void);
  * @see edje_collection_cache_set()
  * @see edje_collection_cache_get()
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI void         edje_collection_cache_flush     (void);
 
@@ -731,9 +695,7 @@ typedef struct _Edje_External_Param
  * @param type the identifier to convert.
  * @return the string with the string representation, or @c "(unknown)".
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI const char *edje_external_param_type_str(Edje_External_Param_Type type) EINA_PURE;
 
@@ -981,9 +943,7 @@ typedef struct _Edje_External_Type_Info Edje_External_Type_Info;
  *
  * @see edje_external_type_array_register()
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI Eina_Bool    edje_external_type_register             (const char *type_name, const Edje_External_Type *type_info);
 
@@ -998,9 +958,7 @@ EAPI Eina_Bool    edje_external_type_register             (const char *type_name
  *
  * @see edje_external_type_array_unregister()
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI Eina_Bool    edje_external_type_unregister           (const char *type_name);
 
@@ -1027,9 +985,7 @@ EAPI Eina_Bool    edje_external_type_unregister           (const char *type_name
  *
  * @see edje_external_type_register()
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI void         edje_external_type_array_register       (const Edje_External_Type_Info *array);
 
@@ -1041,9 +997,7 @@ EAPI void         edje_external_type_array_register       (const Edje_External_T
  *
  * @see edje_external_type_unregister()
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI void         edje_external_type_array_unregister     (const Edje_External_Type_Info *array);
 
@@ -1066,9 +1020,7 @@ EAPI void         edje_external_type_array_unregister     (const Edje_External_T
  * @return The external ABI version the Edje library was compiled with. That
  * is, the value #EDJE_EXTERNAL_TYPE_ABI_VERSION had at that moment.
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI unsigned int edje_external_type_abi_version_get      (void) EINA_CONST;
 
@@ -1115,9 +1067,7 @@ EAPI unsigned int edje_external_type_abi_version_get      (void) EINA_CONST;
  *
  * @endcode
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI Eina_Iterator                  *edje_external_iterator_get     (void);
 
@@ -1129,9 +1079,7 @@ EAPI Eina_Iterator                  *edje_external_iterator_get     (void);
  *
  * @return The matching #Edje_External_Param or NULL if it's not found.
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI Edje_External_Param            *edje_external_param_find       (const Eina_List *params, const char *key);
 
@@ -1151,9 +1099,7 @@ EAPI Edje_External_Param            *edje_external_param_find       (const Eina_
  * @return @c EINA_TRUE if the parameter was found and is of integer type,
  * @c EINA_FALSE otherwise.
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI Eina_Bool                       edje_external_param_int_get    (const Eina_List *params, const char *key, int *ret);
 
@@ -1173,9 +1119,7 @@ EAPI Eina_Bool                       edje_external_param_int_get    (const Eina_
  * @return @c EINA_TRUE if the parameter was found and is of double type,
  * @c EINA_FALSE otherwise.
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI Eina_Bool                       edje_external_param_double_get (const Eina_List *params, const char *key, double *ret);
 
@@ -1197,9 +1141,7 @@ EAPI Eina_Bool                       edje_external_param_double_get (const Eina_
  * @return @c EINA_TRUE if the parameter was found and is of string type,
  * @c EINA_FALSE otherwise.
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI Eina_Bool                       edje_external_param_string_get (const Eina_List *params, const char *key, const char **ret);
 
@@ -1219,9 +1161,7 @@ EAPI Eina_Bool                       edje_external_param_string_get (const Eina_
  * @return @c EINA_TRUE if the parameter was found and is of boolean type,
  * @c EINA_FALSE otherwise.
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI Eina_Bool                       edje_external_param_bool_get   (const Eina_List *params, const char *key, Eina_Bool *ret);
 
@@ -1243,9 +1183,7 @@ EAPI Eina_Bool                       edje_external_param_bool_get   (const Eina_
  * @return EINA_TRUE if the parameter was found and is of integer type,
  * EINA_FALSE otherwise.
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI Eina_Bool                       edje_external_param_choice_get (const Eina_List *params, const char *key, const char **ret);
 
@@ -1263,9 +1201,7 @@ EAPI Eina_Bool                       edje_external_param_choice_get (const Eina_
  *
  * @see edje_external_type_get()
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI const Edje_External_Param_Info *edje_external_param_info_get   (const char *type_name);
 
@@ -1273,9 +1209,7 @@ EAPI const Edje_External_Param_Info *edje_external_param_info_get   (const char
  * @brief Gets the #Edje_External_Type that defines an EXTERNAL type registered with
  * the name @p type_name.
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI const Edje_External_Type       *edje_external_type_get         (const char *type_name);
 
@@ -1324,9 +1258,7 @@ typedef enum _Edje_Aspect_Control
  * @see edje_object_part_object_get()
  * @since 1.10
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI const char *edje_object_part_object_name_get(const Evas_Object *obj);
 
@@ -1368,9 +1300,7 @@ EAPI const char *edje_object_part_object_name_get(const Evas_Object *obj);
  *
  * @see edje_scale_get().
  *
- * @if MOBILE @since_tizen 2.3
- * @elseif WEARABLE @since_tizen 2.3.1
- * @endif
+ * @since_tizen 2.3
  */
 EAPI void         edje_scale_set                  (double scale);
 
@@ -1383,9 +1313,7 @@ EAPI void         edje_scale_set                  (double scale);
  *
  * @see edje_scale_set() for more details
  *
- * @if MOBILE @since_tizen 2.3
- * @elseif WEARABLE @since_tizen 2.3.1
- * @endif
+ * @since_tizen 2.3
  */
 EAPI double       edje_scale_get                  (void);
 
@@ -1509,9 +1437,7 @@ typedef Evas_Object *(*Edje_Item_Provider_Cb)   (void *data, Evas_Object *obj, c
  *
  * @see edje_password_show_last_timeout_set().
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI void edje_password_show_last_set(Eina_Bool password_show_last);
 
@@ -1527,9 +1453,7 @@ EAPI void edje_password_show_last_set(Eina_Bool password_show_last);
  *
  * @see edje_password_show_last_set().
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI void edje_password_show_last_timeout_set(double password_show_last_timeout);
 
@@ -1593,9 +1517,7 @@ EAPI void edje_password_show_last_timeout_set(double password_show_last_timeout)
  *
  * @return Eina_Bool, @c EINA_TRUE on success and @c EINA_FALSE on failure.
  *
- * @if MOBILE @since_tizen 2.3
- * @elseif WEARABLE @since_tizen 2.3.1
- * @endif
+ * @since_tizen 2.3
  */
 EAPI Eina_Bool    edje_color_class_set            (const char *color_class, int r, int g, int b, int a, int r2, int g2, int b2, int a2, int r3, int g3, int b3, int a3);
 
@@ -1633,9 +1555,7 @@ EAPI Eina_Bool    edje_color_class_set            (const char *color_class, int
  * @note Unlike Evas, Edje colors are @b not pre-multiplied. That is,
  *       half-transparent white is 255 255 255 128.
  *
- * @if MOBILE @since_tizen 2.3
- * @elseif WEARABLE @since_tizen 2.3.1
- * @endif
+ * @since_tizen 2.3
  */
 EAPI Eina_Bool    edje_color_class_get            (const char *color_class, int *r, int *g, int *b, int *a, int *r2, int *g2, int *b2, int *a2, int *r3, int *g3, int *b3, int *a3);
 
@@ -1652,9 +1572,7 @@ EAPI Eina_Bool    edje_color_class_get            (const char *color_class, int
  * Deleting the color class will emit the signal "color_class,del"
  * to all the Edje objects in the running program.
  *
- * @if MOBILE @since_tizen 2.3
- * @elseif WEARABLE @since_tizen 2.3.1
- * @endif
+ * @since_tizen 2.3
  */
 EAPI void         edje_color_class_del            (const char *color_class);
 
@@ -1667,9 +1585,7 @@ EAPI void         edje_color_class_del            (const char *color_class);
  * This function lists all color classes known about by the current
  * process.
  *
- * @if MOBILE @since_tizen 2.3
- * @elseif WEARABLE @since_tizen 2.3.1
- * @endif
+ * @since_tizen 2.3
  */
 EAPI Eina_List   *edje_color_class_list           (void);
 
@@ -1683,9 +1599,7 @@ EAPI Eina_List   *edje_color_class_list           (void);
  *
  * @since 1.14
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI Eina_Iterator *edje_color_class_active_iterator_new(void);
 
@@ -1698,9 +1612,7 @@ EAPI Eina_Iterator *edje_color_class_active_iterator_new(void);
  *
  * @since 1.14
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI Eina_Iterator *edje_mmap_color_class_iterator_new(Eina_File *f);
 
@@ -1968,9 +1880,7 @@ typedef void         (*Edje_Text_Change_Cb)     (void *data, Evas_Object *obj, c
  * as its parameter, and this one will be freed by free_data whenever
  * the layout is unregistered from Edje.
  *
- * @if MOBILE @since_tizen 2.3
- * @elseif WEARABLE @since_tizen 2.3.1
- * @endif
+ * @since_tizen 2.3
  */
 EAPI void         edje_box_layout_register        (const char *name, Evas_Object_Box_Layout func, void *(*layout_data_get)(void *), void (*layout_data_free)(void *), void (*free_data)(void *), void *data);
 
@@ -2047,9 +1957,7 @@ typedef enum _Edje_Object_Table_Homogeneous_Mode
  *
  * @since 1.17
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI Eina_Bool    edje_size_class_set             (const char *size_class, Evas_Coord minw, Evas_Coord minh, Evas_Coord maxw, Evas_Coord maxh);
 
@@ -2069,9 +1977,7 @@ EAPI Eina_Bool    edje_size_class_set             (const char *size_class, Evas_
  *
  * @since 1.17
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI Eina_Bool    edje_size_class_get             (const char *size_class, Evas_Coord *minw, Evas_Coord *minh, Evas_Coord *maxw, Evas_Coord *maxh);
 
@@ -2085,9 +1991,7 @@ EAPI Eina_Bool    edje_size_class_get             (const char *size_class, Evas_
  *
  * @since 1.17
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI void         edje_size_class_del             (const char *size_class);
 
@@ -2102,9 +2006,7 @@ EAPI void         edje_size_class_del             (const char *size_class);
  *
  * @since 1.17
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI Eina_List   *edje_size_class_list            (void);
 
@@ -2118,9 +2020,7 @@ EAPI Eina_List   *edje_size_class_list            (void);
  *
  * @since 1.17
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI Eina_Iterator *edje_size_class_active_iterator_new(void);
 
@@ -2133,9 +2033,7 @@ EAPI Eina_Iterator *edje_size_class_active_iterator_new(void);
  *
  * @since 1.17
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI Eina_Iterator *edje_mmap_size_class_iterator_new(Eina_File *f);
 
@@ -2180,9 +2078,7 @@ EAPI Eina_Iterator *edje_mmap_size_class_iterator_new(Eina_File *f);
  *
  * @see edje_text_class_get().
  *
- * @if MOBILE @since_tizen 2.3
- * @elseif WEARABLE @since_tizen 2.3.1
- * @endif
+ * @since_tizen 2.3
  */
 EAPI Eina_Bool    edje_text_class_set             (const char *text_class, const char *font, Evas_Font_Size size);
 
@@ -2202,9 +2098,7 @@ EAPI Eina_Bool    edje_text_class_set             (const char *text_class, const
  *
  * @since 1.14
  *
- * @if MOBILE @since_tizen 2.3
- * @elseif WEARABLE @since_tizen 2.3.1
- * @endif
+ * @since_tizen 2.3
  */
 EAPI Eina_Bool    edje_text_class_get             (const char *text_class, const char **font, Evas_Font_Size *size);
 
@@ -2216,9 +2110,7 @@ EAPI Eina_Bool    edje_text_class_get             (const char *text_class, const
  * This function deletes any values at the process level for the
  * specified text class.
  *
- * @if MOBILE @since_tizen 2.3
- * @elseif WEARABLE @since_tizen 2.3.1
- * @endif
+ * @since_tizen 2.3
  */
 EAPI void         edje_text_class_del             (const char *text_class);
 
@@ -2231,9 +2123,7 @@ EAPI void         edje_text_class_del             (const char *text_class);
  * This function lists all text classes known about by the current
  * process.
  *
- * @if MOBILE @since_tizen 2.3
- * @elseif WEARABLE @since_tizen 2.3.1
- * @endif
+ * @since_tizen 2.3
  */
 EAPI Eina_List   *edje_text_class_list            (void);
 
@@ -2294,9 +2184,7 @@ EAPI Eina_Iterator *edje_mmap_text_class_iterator_new(Eina_File *f);
  * Note: the list must be freed using edje_mmap_collection_list_free()
  * when you are done with it.
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI Eina_List        *edje_mmap_collection_list(Eina_File *f);
 
@@ -2306,9 +2194,7 @@ EAPI Eina_List        *edje_mmap_collection_list(Eina_File *f);
  *
  * Frees the list returned by edje_mmap_collection_list().
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI void              edje_mmap_collection_list_free(Eina_List *lst);
 
@@ -2319,9 +2205,7 @@ EAPI void              edje_mmap_collection_list_free(Eina_List *lst);
  *
  * @return @c 1 if a match is found, @c 0 otherwise
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI Eina_Bool         edje_mmap_group_exists(Eina_File *f, const char *glob);
 
@@ -2358,9 +2242,7 @@ EAPI Eina_Iterator *edje_file_iterator_new(void);
  *
  * @see edje_mmap_group_exists()
  *
- * @if MOBILE @since_tizen 2.3
- * @elseif WEARABLE @since_tizen 2.3.1
- * @endif
+ * @since_tizen 2.3
  */
 EAPI Eina_List        *edje_file_collection_list  (const char *file);
 
@@ -2370,9 +2252,7 @@ EAPI Eina_List        *edje_file_collection_list  (const char *file);
  *
  * Frees the list returned by edje_file_collection_list().
  *
- * @if MOBILE @since_tizen 2.3
- * @elseif WEARABLE @since_tizen 2.3.1
- * @endif
+ * @since_tizen 2.3
  */
 EAPI void             edje_file_collection_list_free (Eina_List *lst);
 
@@ -2383,9 +2263,7 @@ EAPI void             edje_file_collection_list_free (Eina_List *lst);
  *
  * @return @c 1 if a match is found, @c 0 otherwise
  *
- * @if MOBILE @since_tizen 2.3
- * @elseif WEARABLE @since_tizen 2.3.1
- * @endif
+ * @since_tizen 2.3
  */
 EAPI Eina_Bool        edje_file_group_exists      (const char *file, const char *glob);
 
@@ -2495,9 +2373,7 @@ typedef enum _Edje_Action_Type
  *
  * @see edje_frametime_get()
  *
- * @if MOBILE @since_tizen 2.3
- * @elseif WEARABLE @since_tizen 2.3.1
- * @endif
+ * @since_tizen 2.3
  */
 EAPI void         edje_frametime_set              (double t);
 
@@ -2511,9 +2387,7 @@ EAPI void         edje_frametime_set              (double t);
  *
  * @see edje_frametime_set()
  *
- * @if MOBILE @since_tizen 2.3
- * @elseif WEARABLE @since_tizen 2.3.1
- * @endif
+ * @since_tizen 2.3
  */
 EAPI double       edje_frametime_get              (void);
 
@@ -2526,9 +2400,7 @@ EAPI double       edje_frametime_get              (void);
  *
  * @see edje_thaw()
  *
- * @if MOBILE @since_tizen 2.3
- * @elseif WEARABLE @since_tizen 2.3.1
- * @endif
+ * @since_tizen 2.3
  */
 EAPI void         edje_freeze                     (void);
 
@@ -2541,9 +2413,7 @@ EAPI void         edje_freeze                     (void);
  *
  * @see edje_freeze()
  *
- * @if MOBILE @since_tizen 2.3
- * @elseif WEARABLE @since_tizen 2.3.1
- * @endif
+ * @since_tizen 2.3
  */
 EAPI void         edje_thaw                       (void);
 
@@ -2558,9 +2428,7 @@ EAPI void         edje_thaw                       (void);
  *
  * @since 1.15
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI void         edje_language_set               (const char *locale);
 
@@ -2585,9 +2453,7 @@ EAPI void         edje_language_set               (const char *locale);
  *
  * @since 1.15
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI void         edje_transition_duration_factor_set        (double scale);
 
@@ -2602,9 +2468,7 @@ EAPI void         edje_transition_duration_factor_set        (double scale);
  *
  * @since 1.15
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI double       edje_transition_duration_factor_get                  (void);
 
@@ -2653,7 +2517,7 @@ EAPI void                    edje_object_part_text_thaw      (Evas_Object *obj,
  * Do not use this API without understanding whats going on. It is made for
  * internal usage.
  *
- * @if MOBILE @since_tizen 3.0 @elseif WEARABLE @since_tizen 3.0 @endif
+ * @since_tizen 3.0
  * @internal
  *
  * @param[in] obj The object.
@@ -2674,7 +2538,7 @@ EAPI Eina_Bool edje_object_part_text_min_policy_set(Evas_Object *obj, const char
  * Do not use this API without understanding whats going on. It is made for
  * internal usage.
  *
- * @if MOBILE @since_tizen 3.0 @elseif WEARABLE @since_tizen 3.0 @endif
+ * @since_tizen 3.0
  * @internal
  *
  * @param[in] obj The object.
@@ -2842,7 +2706,7 @@ EAPI Eina_Bool edje_object_part_text_marquee_always_get(const Evas_Object *obj,
 /**
  * @brief Sets the parent object for color class.
  *
- * @if MOBILE @since_tizen 3.0 @elseif WEARABLE @since_tizen 3.0 @endif
+ * @since_tizen 3.0
  * @internal
  *
  * @param[in] obj The object.
@@ -2855,7 +2719,7 @@ EAPI void edje_object_color_class_parent_set(Evas_Object *obj, Efl_Object *paren
 /**
  * @brief Unsets the parent object for color class.
  *
- * @if MOBILE @since_tizen 3.0 @elseif WEARABLE @since_tizen 3.0 @endif
+ * @since_tizen 3.0
  * @internal
  * @param[in] obj The object.
  *
@@ -2944,8 +2808,8 @@ EAPI void edje_object_part_text_cursor_size_get(Evas_Object *obj, const char *pa
  * @brief Returns the cursor geometry of the part relative to the edje object.
  * The cursor geometry is kept in mouse down and move.
  *
- * @internal @if MOBILE @since_tizen 3.0 @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @internal
+ * @since_tizen 3.0
  *
  * @param[in] obj The object.
  * @param[in] part The part name