Modified Specific profile API comments. 25/309025/2 accepted/tizen/unified/20240408.160603 accepted/tizen/unified/x/20240409.070704
authorjykeon <jykeon@samsung.com>
Thu, 4 Apr 2024 02:10:04 +0000 (11:10 +0900)
committerChun <jykeon@samsung.com>
Thu, 4 Apr 2024 05:47:59 +0000 (05:47 +0000)
Change-Id: I54f48d75063e58e8cc465027a1963c132e345eff
Signed-off-by: jykeon <jykeon@samsung.com>
25 files changed:
src/lib/edje/Edje_Edit.h
src/lib/edje/Edje_Legacy.h
src/lib/eet/Eet.h
src/lib/eina/eina_accessor.h
src/lib/eina/eina_cow.h
src/lib/eina/eina_error.h
src/lib/eina/eina_file.h
src/lib/eina/eina_hash.h
src/lib/eina/eina_inlist.h
src/lib/eina/eina_log.h
src/lib/eina/eina_matrixsparse.h
src/lib/eina/eina_rectangle.h
src/lib/eina/eina_simple_xml_parser.h
src/lib/eina/eina_tiler.h
src/lib/elementary/Elementary_GL_Helpers.h
src/lib/elementary/efl_access_legacy.h
src/lib/elementary/elm_access.h
src/lib/elementary/elm_atspi_bridge.h
src/lib/elementary/elm_config.h
src/lib/elementary/elm_object.h
src/lib/elementary/elm_object_item.h
src/lib/elementary/elm_win_legacy.h
src/lib/evas/Evas_GL.h
src/lib/evas/Evas_GL_GLES1_Helpers.h
src/lib/evas/Evas_GL_GLES2_Helpers.h

index e947bc6..4154991 100644 (file)
@@ -8050,9 +8050,7 @@ EAPI Eina_Bool edje_edit_program_stop_all(Evas_Object *obj);
  *
  * @param obj Object being edited.
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  *
  * @return A List containing all plugins found inside of given set in the edje file.
  */
@@ -8064,9 +8062,7 @@ edje_edit_plugins_list_get(Evas_Object *obj);
  * @param obj Object being edited.
  * @param prog The name of the program.
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  *
  * @return const char* plugin name on success, NULL otherwise.
  */
@@ -8078,9 +8074,7 @@ edje_edit_program_plugin_get(Evas_Object *obj, const char *prog);
  * @param prog The name of the program.
  * @param name The name of the plugin.
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  *
  * @return @c EINA_TRUE in case of success, @c EINA_FALSE otherwise.
  */
index c46c1a5..76cbbc7 100644 (file)
@@ -808,9 +808,7 @@ EAPI Evas_Object *edje_object_part_external_content_get(const Evas_Object *obj,
  *
  * @ingroup Edje_Object_Group
  *
- * @if MOBILE @since_tizen 2.3
- * @elseif WEARABLE @since_tizen 2.3.1
- * @endif
+ * @since_tizen 2.3
  *
  */
 EINA_DEPRECATED EAPI void         edje_extern_object_min_size_set (Evas_Object *obj, Evas_Coord minw, Evas_Coord minh);
@@ -828,9 +826,7 @@ EINA_DEPRECATED EAPI void         edje_extern_object_min_size_set (Evas_Object *
  *
  * @ingroup Edje_Object_Group
  *
- * @if MOBILE @since_tizen 2.3
- * @elseif WEARABLE @since_tizen 2.3.1
- * @endif
+ * @since_tizen 2.3
  *
  */
 EINA_DEPRECATED EAPI void         edje_extern_object_max_size_set (Evas_Object *obj, Evas_Coord maxw, Evas_Coord maxh);
@@ -852,9 +848,7 @@ EINA_DEPRECATED EAPI void         edje_extern_object_max_size_set (Evas_Object *
  *
  * @ingroup Edje_Object_Group
  *
- * @if MOBILE @since_tizen 2.3
- * @elseif WEARABLE @since_tizen 2.3.1
- * @endif
+ * @since_tizen 2.3
  *
  */
 EINA_DEPRECATED EAPI void         edje_extern_object_aspect_set   (Evas_Object *obj, Edje_Aspect_Control aspect, Evas_Coord aw, Evas_Coord ah);
@@ -1243,9 +1237,7 @@ EAPI Eina_Bool edje_object_part_table_clear(Evas_Object *obj, const char *part,
  *
  * This function gets the description of a color class in use by an object.
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  *
  * @param[in] color_class The color class name
  *
@@ -1483,9 +1475,7 @@ EAPI void edje_object_part_text_select_allow_set(const Evas_Object *obj, const c
  * selection, functions such as edje_object_part_text_select_all() and
  * edje_object_part_text_select_none() are not affected.
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  *
  * @param[in] part The part name
  * @param[in] disable true to disble, false otherwise
index ecc809c..42f8b13 100644 (file)
@@ -271,9 +271,7 @@ typedef enum _Eet_Compression
  *
  * @since 1.0.0
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI int
 eet_init(void);
@@ -291,9 +289,7 @@ eet_init(void);
  *
  * @since 1.0.0
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI int
 eet_shutdown(void);
@@ -314,9 +310,7 @@ eet_shutdown(void);
  *
  * @since 1.0.0
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI void
 eet_clearcache(void);
@@ -651,9 +645,7 @@ eet_mmap(const Eina_File *file);
  *
  * @since 1.1.0
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI Eet_File *
 eet_memopen_read(const void *data,
@@ -667,9 +659,7 @@ eet_memopen_read(const void *data,
  *
  * @since 1.0.0
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI Eet_File_Mode
 eet_mode_get(Eet_File *ef);
@@ -708,9 +698,7 @@ eet_close(Eet_File *ef);
  *
  * @since 1.2.4
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI Eet_Error
 eet_sync(Eet_File *ef);
@@ -731,9 +719,7 @@ eet_sync(Eet_File *ef);
  *
  * @since 1.0.0
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI Eet_Dictionary *
 eet_dictionary_get(Eet_File *ef);
@@ -752,9 +738,7 @@ eet_dictionary_get(Eet_File *ef);
  *
  * @since 1.0.0
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI int
 eet_dictionary_string_check(Eet_Dictionary *ed,
@@ -768,9 +752,7 @@ eet_dictionary_string_check(Eet_Dictionary *ed,
  *
  * @since 1.6.0
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI int
 eet_dictionary_count(const Eet_Dictionary *ed);
@@ -797,9 +779,7 @@ eet_dictionary_count(const Eet_Dictionary *ed);
  *
  * @since 1.0.0
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI void *
 eet_read(Eet_File *ef,
@@ -826,9 +806,7 @@ eet_read(Eet_File *ef,
  *
  * @since 1.0.0
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI const void *
 eet_read_direct(Eet_File *ef,
@@ -863,9 +841,7 @@ eet_read_direct(Eet_File *ef,
  *
  * @since 1.0.0
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI int
 eet_write(Eet_File *ef,
@@ -892,9 +868,7 @@ eet_write(Eet_File *ef,
  *
  * @since 1.0.0
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI int
 eet_delete(Eet_File *ef,
@@ -915,9 +889,7 @@ eet_delete(Eet_File *ef,
  *
  * @since 1.3.3
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI Eina_Bool
 eet_alias(Eet_File *ef,
@@ -935,9 +907,7 @@ eet_alias(Eet_File *ef,
  *
  * @since 1.6
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI const char *
 eet_file_get(Eet_File *ef);
@@ -953,9 +923,7 @@ eet_file_get(Eet_File *ef);
  *
  * @since 1.5
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI const char *
 eet_alias_get(Eet_File *ef,
@@ -991,9 +959,7 @@ eet_alias_get(Eet_File *ef,
  *
  * @since 1.0.0
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI char **
 eet_list(Eet_File *ef,
@@ -1008,9 +974,7 @@ eet_list(Eet_File *ef,
  *
  * @since 1.8.0
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 
 EAPI Eina_Iterator *eet_list_entries(Eet_File *ef);
@@ -1024,9 +988,7 @@ EAPI Eina_Iterator *eet_list_entries(Eet_File *ef);
  *
  * @since 1.0.0
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI int
 eet_num_entries(Eet_File *ef);
@@ -1065,9 +1027,7 @@ eet_num_entries(Eet_File *ef);
  *
  * @since 1.0.0
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI void *
 eet_read_cipher(Eet_File *ef,
@@ -1104,9 +1064,7 @@ eet_read_cipher(Eet_File *ef,
  *
  * @since 1.0.0
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI int
 eet_write_cipher(Eet_File *ef,
@@ -1172,9 +1130,7 @@ eet_write_cipher(Eet_File *ef,
  *
  * @since 1.0.0
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI int
 eet_data_image_header_read(Eet_File *ef,
@@ -1221,9 +1177,7 @@ eet_data_image_header_read(Eet_File *ef,
  *
  * @since 1.0.0
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI void *
 eet_data_image_read(Eet_File *ef,
@@ -1283,9 +1237,7 @@ eet_data_image_read(Eet_File *ef,
  *
  * @since 1.0.2
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI int
 eet_data_image_read_to_surface(Eet_File *ef,
@@ -1338,9 +1290,7 @@ eet_data_image_read_to_surface(Eet_File *ef,
  *
  * @since 1.0.0
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI int
 eet_data_image_write(Eet_File *ef,
@@ -1378,9 +1328,7 @@ eet_data_image_write(Eet_File *ef,
  *
  * @since 1.0.0
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI int
 eet_data_image_header_decode(const void *data,
@@ -1422,9 +1370,7 @@ eet_data_image_header_decode(const void *data,
  *
  * @since 1.0.0
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI void *
 eet_data_image_decode(const void *data,
@@ -1464,9 +1410,7 @@ eet_data_image_decode(const void *data,
  *
  * @since 1.0.2
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI int
 eet_data_image_decode_to_surface(const void *data,
@@ -1512,9 +1456,7 @@ eet_data_image_decode_to_surface(const void *data,
  *
  * @since 1.0.0
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI void *
 eet_data_image_encode(const void *data,
@@ -1574,9 +1516,7 @@ eet_data_image_encode(const void *data,
  *
  * @since 1.0.0
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI int
 eet_data_image_header_read_cipher(Eet_File *ef,
@@ -1601,9 +1541,7 @@ eet_data_image_header_read_cipher(Eet_File *ef,
  *
  * @since 1.10.0
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI int
 eet_data_image_colorspace_get(Eet_File *ef,
@@ -1650,9 +1588,7 @@ eet_data_image_colorspace_get(Eet_File *ef,
  *
  * @since 1.0.0
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI void *
 eet_data_image_read_cipher(Eet_File *ef,
@@ -1708,9 +1644,7 @@ eet_data_image_read_cipher(Eet_File *ef,
  *
  * @since 1.0.2
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI int
 eet_data_image_read_to_surface_cipher(Eet_File *ef,
@@ -1773,9 +1707,7 @@ eet_data_image_read_to_surface_cipher(Eet_File *ef,
  *
  * @since 1.10.0
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI int
 eet_data_image_read_to_cspace_surface_cipher(Eet_File     *ef,
@@ -1838,9 +1770,7 @@ eet_data_image_read_to_cspace_surface_cipher(Eet_File     *ef,
  *
  * @since 1.10.0
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 
 EAPI int
@@ -1895,9 +1825,7 @@ eet_data_image_decode_to_cspace_surface_cipher(const void   *data,
  *
  * @since 1.0.0
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI int
 eet_data_image_write_cipher(Eet_File *ef,
@@ -1948,9 +1876,7 @@ eet_data_image_write_cipher(Eet_File *ef,
  *
  * @since 1.0.0
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI int
 eet_data_image_header_decode_cipher(const void *data,
@@ -2002,9 +1928,7 @@ eet_data_image_header_decode_cipher(const void *data,
  *
  * @since 1.0.0
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI void *
 eet_data_image_decode_cipher(const void *data,
@@ -2058,9 +1982,7 @@ eet_data_image_decode_cipher(const void *data,
  *
  * @since 1.0.2
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI int
 eet_data_image_decode_to_surface_cipher(const void *data,
@@ -2112,9 +2034,7 @@ eet_data_image_decode_to_surface_cipher(const void *data,
  *
  * @since 1.0.0
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI void *
 eet_data_image_encode_cipher(const void *data,
@@ -2184,9 +2104,7 @@ typedef int (*Eet_Key_Password_Callback)(char *buffer, int size, int rwflag, voi
  * @warning You need to compile signature support in EET.
  * @since 1.2.0
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI Eet_Key *
 eet_identity_open(const char *certificate_file,
@@ -2203,9 +2121,7 @@ eet_identity_open(const char *certificate_file,
  *
  * @since 1.2.0
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI void
 eet_identity_close(Eet_Key *key);
@@ -2221,9 +2137,7 @@ eet_identity_close(Eet_Key *key);
  *
  * @since 1.2.0
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI Eet_Error
 eet_identity_set(Eet_File *ef,
@@ -2239,9 +2153,7 @@ eet_identity_set(Eet_File *ef,
  * @warning You need to compile signature support in EET.
  * @since 1.2.0
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI void
 eet_identity_print(Eet_Key *key,
@@ -2266,9 +2178,7 @@ eet_identity_print(Eet_Key *key,
  * @warning You need to compile signature support in EET.
  * @since 1.13
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI Eina_Bool
 eet_identity_verify(Eet_File *ef,
@@ -2285,9 +2195,7 @@ eet_identity_verify(Eet_File *ef,
  *
  * @since 1.2.0
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI const void *
 eet_identity_x509(Eet_File *ef,
@@ -2319,9 +2227,7 @@ eet_identity_signature(Eet_File *ef,
  *
  * @since 1.2.0
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI const void *
 eet_identity_sha1(Eet_File *ef,
@@ -2338,9 +2244,7 @@ eet_identity_sha1(Eet_File *ef,
  * @warning You need to compile signature support in EET.
  * @since 1.2.0
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI void
 eet_identity_certificate_print(const unsigned char *certificate,
@@ -3132,9 +3036,7 @@ EINA_DEPRECATED EAPI Eet_Data_Descriptor *
  *
  * @since 1.2.3
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI Eet_Data_Descriptor *
 eet_data_descriptor_stream_new(const Eet_Data_Descriptor_Class *eddc);
@@ -3186,9 +3088,7 @@ eet_data_descriptor_stream_new(const Eet_Data_Descriptor_Class *eddc);
  *
  * @since 1.2.3
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI Eet_Data_Descriptor *
 eet_data_descriptor_file_new(const Eet_Data_Descriptor_Class *eddc);
@@ -3211,9 +3111,7 @@ eet_data_descriptor_file_new(const Eet_Data_Descriptor_Class *eddc);
  *
  * @since 1.2.3
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI Eina_Bool
 eet_eina_stream_data_descriptor_class_set(Eet_Data_Descriptor_Class *eddc,
@@ -3256,9 +3154,7 @@ eet_eina_stream_data_descriptor_class_set(Eet_Data_Descriptor_Class *eddc,
  *
  * @since 1.2.3
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI Eina_Bool
 eet_eina_file_data_descriptor_class_set(Eet_Data_Descriptor_Class *eddc,
@@ -3294,9 +3190,7 @@ eet_eina_file_data_descriptor_class_set(Eet_Data_Descriptor_Class *eddc,
  *
  * @since 1.0.0
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI void
 eet_data_descriptor_free(Eet_Data_Descriptor *edd);
@@ -3337,9 +3231,7 @@ EAPI const char *eet_data_descriptor_name_get(const Eet_Data_Descriptor *edd);
  *
  * @since 1.0.0
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI void
 eet_data_descriptor_element_add(Eet_Data_Descriptor *edd,
@@ -3379,9 +3271,7 @@ eet_data_descriptor_element_add(Eet_Data_Descriptor *edd,
  *
  * @since 1.0.0
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI void *
 eet_data_read(Eet_File *ef,
@@ -3407,9 +3297,7 @@ eet_data_read(Eet_File *ef,
  *
  * @since 1.0.0
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI int
 eet_data_write(Eet_File *ef,
@@ -3476,9 +3364,7 @@ typedef void (*Eet_Dump_Callback)(void *data, const char *str);
  *
  * @since 1.0.0
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI int
 eet_data_text_dump(const void *data_in,
@@ -3505,9 +3391,7 @@ eet_data_text_dump(const void *data_in,
  *
  * @since 1.0.0
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI void *
 eet_data_text_undump(const char *text,
@@ -3537,9 +3421,7 @@ eet_data_text_undump(const char *text,
  *
  * @since 1.0.0
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI int
 eet_data_dump(Eet_File *ef,
@@ -3569,9 +3451,7 @@ eet_data_dump(Eet_File *ef,
  *
  * @since 1.0.0
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI int
 eet_data_undump(Eet_File *ef,
@@ -3607,9 +3487,7 @@ eet_data_undump(Eet_File *ef,
  *
  * @since 1.0.0
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI void *
 eet_data_descriptor_decode(Eet_Data_Descriptor *edd,
@@ -3645,9 +3523,7 @@ eet_data_descriptor_decode(Eet_Data_Descriptor *edd,
  *
  * @since 1.0.0
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI void *
 eet_data_descriptor_encode(Eet_Data_Descriptor *edd,
@@ -4183,9 +4059,7 @@ eet_data_descriptor_encode(Eet_Data_Descriptor *edd,
  *
  * @since 1.0.0
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI void *
 eet_data_read_cipher(Eet_File *ef,
@@ -4223,9 +4097,7 @@ eet_data_read_cipher(Eet_File *ef,
  *
  * @since 1.10.0
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI void *
 eet_data_read_cipher_buffer(Eet_File            *ef,
@@ -4258,9 +4130,7 @@ eet_data_read_cipher_buffer(Eet_File            *ef,
  *
  * @since 1.5.0
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI void *
 eet_data_xattr_cipher_get(const char *filename,
@@ -4285,9 +4155,7 @@ eet_data_xattr_cipher_get(const char *filename,
  *
  * @since 1.0.0
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI int
 eet_data_write_cipher(Eet_File *ef,
@@ -4314,9 +4182,7 @@ eet_data_write_cipher(Eet_File *ef,
  *
  * @since 1.5.0
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI Eina_Bool
 eet_data_xattr_cipher_set(const char *filename,
@@ -4374,9 +4240,7 @@ eet_data_xattr_cipher_set(const char *filename,
  *
  * @since 1.0.0
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI int
 eet_data_text_dump_cipher(const void *data_in,
@@ -4406,9 +4270,7 @@ eet_data_text_dump_cipher(const void *data_in,
  *
  * @since 1.0.0
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI void *
 eet_data_text_undump_cipher(const char *text,
@@ -4441,9 +4303,7 @@ eet_data_text_undump_cipher(const char *text,
  *
  * @since 1.0.0
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI int
 eet_data_dump_cipher(Eet_File *ef,
@@ -4476,9 +4336,7 @@ eet_data_dump_cipher(Eet_File *ef,
  *
  * @since 1.0.0
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI int
 eet_data_undump_cipher(Eet_File *ef,
@@ -4517,9 +4375,7 @@ eet_data_undump_cipher(Eet_File *ef,
  *
  * @since 1.0.0
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI void *
 eet_data_descriptor_decode_cipher(Eet_Data_Descriptor *edd,
@@ -4558,9 +4414,7 @@ eet_data_descriptor_decode_cipher(Eet_Data_Descriptor *edd,
  *
  * @since 1.0.0
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI void *
 eet_data_descriptor_encode_cipher(Eet_Data_Descriptor *edd,
@@ -4622,9 +4476,7 @@ struct _Eet_Node_Data
  * @param c Character value.
  * @return A new character node.
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI Eet_Node *
 eet_node_char_new(const char *name,
@@ -4637,9 +4489,7 @@ eet_node_char_new(const char *name,
  * @param s Short value.
  * @return A new short node.
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI Eet_Node *
 eet_node_short_new(const char *name,
@@ -4652,9 +4502,7 @@ eet_node_short_new(const char *name,
  * @param i Integer value.
  * @return A new integer node.
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI Eet_Node *
 eet_node_int_new(const char *name,
@@ -4667,9 +4515,7 @@ eet_node_int_new(const char *name,
  * @param l Long long integer value.
  * @return A new long long integer node.
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI Eet_Node *
 eet_node_long_long_new(const char *name,
@@ -4682,9 +4528,7 @@ eet_node_long_long_new(const char *name,
  * @param f Float value.
  * @return A new float node.
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI Eet_Node *
 eet_node_float_new(const char *name,
@@ -4697,9 +4541,7 @@ eet_node_float_new(const char *name,
  * @param d Double value.
  * @return A new double node.
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI Eet_Node *
 eet_node_double_new(const char *name,
@@ -4713,9 +4555,7 @@ eet_node_double_new(const char *name,
  * @return A new unsigned char node.
 
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI Eet_Node *
 eet_node_unsigned_char_new(const char *name,
@@ -4728,9 +4568,7 @@ eet_node_unsigned_char_new(const char *name,
  * @param us Unsigned short value.
  * @return A new unsigned short node.
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI Eet_Node *
 eet_node_unsigned_short_new(const char *name,
@@ -4743,9 +4581,7 @@ eet_node_unsigned_short_new(const char *name,
  * @param ui Unsigned integer value.
  * @return A new unsigned integer node.
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI Eet_Node *
 eet_node_unsigned_int_new(const char *name,
@@ -4758,9 +4594,7 @@ eet_node_unsigned_int_new(const char *name,
  * @param l Unsigned long long integer value.
  * @return A new unsigned long long integer node.
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI Eet_Node *
 eet_node_unsigned_long_long_new(const char *name,
@@ -4773,9 +4607,7 @@ eet_node_unsigned_long_long_new(const char *name,
  * @param str String value.
  * @return A new string node.
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI Eet_Node *
 eet_node_string_new(const char *name,
@@ -4788,9 +4620,7 @@ eet_node_string_new(const char *name,
  * @param str String value.
  * @return A new inlined string node.
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI Eet_Node *
 eet_node_inlined_string_new(const char *name,
@@ -4802,9 +4632,7 @@ eet_node_inlined_string_new(const char *name,
  * @param name Name of the node.
  * @return A new empty node.
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI Eet_Node *
 eet_node_null_new(const char *name);
@@ -4816,9 +4644,7 @@ eet_node_null_new(const char *name);
  * @param nodes List of nodes.
  * @return A new list node.
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI Eet_Node *
 eet_node_list_new(const char *name,
@@ -4832,9 +4658,7 @@ eet_node_list_new(const char *name,
  * @param nodes List of nodes.
  * @return A new array node.
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI Eet_Node *
 eet_node_array_new(const char *name,
@@ -4848,9 +4672,7 @@ eet_node_array_new(const char *name,
  * @param nodes List of nodes.
  * @return A new variable array node.
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI Eet_Node *
 eet_node_var_array_new(const char *name,
@@ -4868,9 +4690,7 @@ eet_node_var_array_new(const char *name,
  * @param node The node.
  * @return A new hash node.
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI Eet_Node *
 eet_node_hash_new(const char *name,
@@ -4884,9 +4704,7 @@ eet_node_hash_new(const char *name,
  * @param nodes List of nodes.
  * @return A new struct node.
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI Eet_Node *
 eet_node_struct_new(const char *name,
@@ -4903,9 +4721,7 @@ eet_node_struct_new(const char *name,
  * @param child The child node.
  * @return A new struct child node.
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI Eet_Node *
 eet_node_struct_child_new(const char *parent,
@@ -4950,9 +4766,7 @@ eet_node_parent_get(Eet_Node *node);
  * @param name The name of new node.
  * @param child The child node.
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI void
 eet_node_list_append(Eet_Node *parent,
@@ -5209,9 +5023,7 @@ typedef Eina_Bool Eet_Write_Cb (const void *data, size_t size, void *user_data);
  *
  * @since 1.2.4
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI Eet_Connection *
 eet_connection_new(Eet_Read_Cb *eet_read_cb,
@@ -5232,9 +5044,7 @@ eet_connection_new(Eet_Read_Cb *eet_read_cb,
  *
  * @since 1.2.4
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI int
 eet_connection_received(Eet_Connection *conn,
@@ -5253,9 +5063,7 @@ eet_connection_received(Eet_Connection *conn,
  *
  * @since 1.7
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI Eina_Bool eet_connection_empty(Eet_Connection *conn);
 
@@ -5276,9 +5084,7 @@ EAPI Eina_Bool eet_connection_empty(Eet_Connection *conn);
  *
  * @since 1.2.4
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI Eina_Bool
 eet_connection_send(Eet_Connection *conn,
@@ -5302,9 +5108,7 @@ eet_connection_send(Eet_Connection *conn,
  *
  * @since 1.2.4
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI Eina_Bool
 eet_connection_node_send(Eet_Connection *conn,
@@ -5320,9 +5124,7 @@ eet_connection_node_send(Eet_Connection *conn,
  *
  * @since 1.2.4
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI void *
 eet_connection_close(Eet_Connection *conn,
index 1c1ed51..4208ba8 100644 (file)
@@ -218,9 +218,7 @@ EAPI void      eina_accessor_free(Eina_Accessor *accessor);
  * @param[in] data The pointer that stores the data to retrieve
  * @return #EINA_TRUE on success, otherwise #EINA_FALSE
  *
- * @if MOBILE @since_tizen 2.3
- * @elseif WEARABLE @since_tizen 2.3.1
- * @endif
+ * @since_tizen 2.3
  */
 EAPI Eina_Bool eina_accessor_data_get(Eina_Accessor *accessor,
                                       unsigned int   position,
@@ -251,9 +249,7 @@ EAPI void *eina_accessor_container_get(Eina_Accessor *accessor) EINA_ARG_NONNULL
  * @param[in] end The position of the last element
  * @param[in] fdata The data passed to the callback
  *
- * @if MOBILE @since_tizen 2.3
- * @elseif WEARABLE @since_tizen 2.3.1
- * @endif
+ * @since_tizen 2.3
  */
 EAPI void  eina_accessor_over(Eina_Accessor *accessor,
                               Eina_Each_Cb   cb,
@@ -275,9 +271,7 @@ EAPI void  eina_accessor_over(Eina_Accessor *accessor,
  *
  * @warning None of the existing eina data structures are lockable.
  *
- * @if MOBILE @since_tizen 2.3
- * @elseif WEARABLE @since_tizen 2.3.1
- * @endif
+ * @since_tizen 2.3
  */
 EAPI Eina_Bool eina_accessor_lock(Eina_Accessor *accessor) EINA_ARG_NONNULL(1);
 
index 6bb31dd..ea25339 100644 (file)
@@ -61,9 +61,7 @@ typedef void Eina_Cow_Data;
  * @param[in] gc Is it possible to run garbage collection on this pool.
  * @return A valid new Eina_Cow, or @c NULL on error.
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI Eina_Cow *eina_cow_add(const char *name, unsigned int struct_size, unsigned int step, const void *default_value, Eina_Bool gc) EINA_WARN_UNUSED_RESULT;
 
index 9078eea..c29493a 100644 (file)
@@ -222,9 +222,7 @@ EAPI const char *eina_error_msg_get(Eina_Error error) EINA_PURE;
  *       eina_error_msg_static_register() or modified with
  *       eina_error_msg_modify().
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI Eina_Error  eina_error_find(const char *msg) EINA_ARG_NONNULL(1) EINA_PURE;
 
index cfa4440..0800272 100644 (file)
@@ -264,9 +264,7 @@ struct _Eina_File_Line
  * @param[in] data The data to pass to the callback
  * @return #EINA_TRUE on success, otherwise #EINA_FALSE
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI Eina_Bool eina_file_dir_list(const char           *dir,
                                   Eina_Bool             recursive,
@@ -283,9 +281,7 @@ EAPI Eina_Bool eina_file_dir_list(const char           *dir,
  * @param[in] path The path to split
  * @return An array of the parts of the path to split
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI Eina_Array    *eina_file_split(char *path) EINA_WARN_UNUSED_RESULT EINA_ARG_NONNULL(1) EINA_MALLOC;
 
index 28e7ee5..57939ec 100644 (file)
@@ -803,9 +803,7 @@ EAPI Eina_Bool eina_hash_direct_add_by_hash(Eina_Hash  *hash,
  * @note If you don't have the key_hash, use eina_hash_del_by_key() instead.
  * @note If you don't have the key, use eina_hash_del_by_data() instead.
  *
- * @if MOBILE @since_tizen 2.3
- * @elseif WEARABLE @since_tizen 2.3.1
- * @endif
+ * @since_tizen 2.3
  */
 EAPI Eina_Bool eina_hash_del_by_key_hash(Eina_Hash  *hash,
                                          const void *key,
@@ -833,9 +831,7 @@ EAPI Eina_Bool eina_hash_del_by_key_hash(Eina_Hash  *hash,
  * instead.
  * @note If you don't have the key, use eina_hash_del_by_data() instead.
  *
- * @if MOBILE @since_tizen 2.3
- * @elseif WEARABLE @since_tizen 2.3.1
- * @endif
+ * @since_tizen 2.3
  */
 EAPI Eina_Bool eina_hash_del_by_key(Eina_Hash  *hash,
                                     const void *key) EINA_ARG_NONNULL(1, 2);
index 48eec70..668ed84 100644 (file)
@@ -433,9 +433,7 @@ struct _Eina_Inlist
  *
  * @return The new list head. Use it and not @a in_list anymore.
  *
- * @if MOBILE @since_tizen 2.3
- * @elseif WEARABLE @since_tizen 2.3.1
- * @endif
+ * @since_tizen 2.3
  */
 EAPI Eina_Inlist *eina_inlist_append(Eina_Inlist *in_list,
                                      Eina_Inlist *in_item) EINA_ARG_NONNULL(2) EINA_WARN_UNUSED_RESULT;
@@ -507,9 +505,7 @@ EAPI Eina_Inlist *eina_inlist_append_relative(Eina_Inlist *in_list,
  *
  * @return The new list head. Use it and not @a in_list anymore.
  *
- * @if MOBILE @since_tizen 2.3
- * @elseif WEARABLE @since_tizen 2.3.1
- * @endif
+ * @since_tizen 2.3
  */
 EAPI Eina_Inlist *eina_inlist_prepend_relative(Eina_Inlist *in_list,
                                                Eina_Inlist *in_item,
@@ -582,9 +578,7 @@ EAPI Eina_Inlist   *eina_inlist_promote(Eina_Inlist *list,
  *
  * @return The new list head. Use it and not @a list anymore.
  *
- * @if MOBILE @since_tizen 2.3
- * @elseif WEARABLE @since_tizen 2.3.1
- * @endif
+ * @since_tizen 2.3
  */
 EAPI Eina_Inlist   *eina_inlist_demote(Eina_Inlist *list,
                                        Eina_Inlist *item) EINA_ARG_NONNULL(1, 2) EINA_WARN_UNUSED_RESULT;
index 819cbf3..ba7aca0 100644 (file)
@@ -684,9 +684,7 @@ EAPI int                eina_log_abort_on_critical_level_get(void) EINA_WARN_UNU
  *        registration.
  * @param[in] level Level to use to limit eina_log_print() for given domain.
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI void               eina_log_domain_level_set(const char *domain_name, int level) EINA_ARG_NONNULL(1);
 
@@ -750,9 +748,7 @@ static inline Eina_Bool eina_log_domain_level_check(int domain, int level);
  *
  * @note MT: Safe to call from any thread.
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI int  eina_log_domain_register(const char *name, const char *color) EINA_ARG_NONNULL(1);
 
@@ -764,9 +760,7 @@ EAPI int  eina_log_domain_register(const char *name, const char *color) EINA_ARG
  *
  * @note MT: Safe to call from any thread.
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI void eina_log_domain_unregister(int domain);
 
@@ -1052,17 +1046,13 @@ EAPI extern const char *_eina_log_state_shutdown;
  * @def EINA_LOG_STATE_INIT
  * String that indicates the log system is initializing
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 extern EAPI const char *_eina_log_state_init;
 /**
  * String that indicates the log system is shutting down.
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 extern EAPI const char *_eina_log_state_shutdown;
 /**
index e4c00fe..9a9736f 100644 (file)
@@ -95,9 +95,7 @@ typedef struct _Eina_Matrixsparse_Cell      Eina_Matrixsparse_Cell;
  *
  * @return Newly allocated matrix, or @c NULL if allocation failed.
  *
- * @if MOBILE @since_tizen 2.3
- * @elseif WEARABLE @since_tizen 2.3.1
- * @endif
+ * @since_tizen 2.3
  */
 EAPI Eina_Matrixsparse *eina_matrixsparse_new(unsigned long rows,
                                               unsigned long cols,
index 6722336..c6214d8 100644 (file)
@@ -564,9 +564,7 @@ EAPI void                 eina_rectangle_pool_release(Eina_Rectangle *rect) EINA
  * it to the rectangles pool. No check is done on @p w and @p h. This
  * function returns a new rectangle on success, @c NULL otherwise.
  *
- * @if MOBILE @since_tizen 2.3
- * @elseif WEARABLE @since_tizen 2.3.1
- * @endif
+ * @since_tizen 2.3
  */
 EAPI Eina_Rectangle *eina_rectangle_new(int x, int y, int w, int h) EINA_MALLOC EINA_WARN_UNUSED_RESULT;
 
index 6058c6b..c6f3d5a 100644 (file)
@@ -494,9 +494,7 @@ EAPI void eina_simple_xml_node_root_free(Eina_Simple_XML_Node_Root *root);
  *
  * @return @c NULL on errors, or a newly allocated string on success.
  *
- * @if MOBILE @since_tizen 2.3
- * @elseif WEARABLE @since_tizen 2.3.1
- * @endif
+ * @since_tizen 2.3
  */
 EAPI char * eina_simple_xml_node_dump(Eina_Simple_XML_Node *node, const char *indent);
 
index cf11cae..3f96008 100644 (file)
@@ -312,9 +312,7 @@ EAPI Eina_Iterator     *eina_tiler_iterator_new(const Eina_Tiler *t);
  * equivalent to calling eina_tile_grid_slicer_setup() and calling
  * eina_tile_grid_slicer_next() until it returns #EINA_FALSE.
  *
- * @if MOBILE @since_tizen 2.3
- * @elseif WEARABLE @since_tizen 2.3.1
- * @endif
+ * @since_tizen 2.3
  */
 EAPI Eina_Iterator     *eina_tile_grid_slicer_iterator_new(int x, int y, int w, int h, int tile_w, int tile_h);
 
index 8cdf44a..2e415bb 100644 (file)
@@ -68,7 +68,7 @@ static void _draw_gl(Evas_Object *obj)
  *       the @ref Elm_GLView widget. Although this might require some changes in
  *       existing GL codebases, this is the recommended way to use the GL API.
  *
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  */
 #define ELEMENTARY_GLVIEW_USE(glview) \
    Evas_GL_API *__evas_gl_glapi = elm_glview_gl_api_get(glview);
@@ -82,7 +82,7 @@ static void _draw_gl(Evas_Object *obj)
  * This is similar to @ref ELEMENTARY_GLVIEW_USE except that it will return from
  * the function if the GL API can not be used.
  *
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  */
 #define ELEMENTARY_GLVIEW_USE_OR_RETURN(glview, retval) \
    Evas_GL_API *__evas_gl_glapi = elm_glview_gl_api_get(glview); \
@@ -134,7 +134,7 @@ ELEMENTARY_GLVIEW_GLOBAL_DECLARE()
  * @see @ref ELEMENTARY_GLVIEW_GLOBAL_DEFINE
  * @see @ref ELEMENTARY_GLVIEW_GLOBAL_USE
  *
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  */
 #define ELEMENTARY_GLVIEW_GLOBAL_DECLARE() \
    extern Evas_GL_API *__evas_gl_glapi;
@@ -179,7 +179,7 @@ glview_create(Evas_Object *parent)
  * @see @ref ELEMENTARY_GLVIEW_GLOBAL_DECLARE
  * @see @ref ELEMENTARY_GLVIEW_GLOBAL_USE
  *
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  */
 #define ELEMENTARY_GLVIEW_GLOBAL_DEFINE() \
    Evas_GL_API *__evas_gl_glapi = NULL;
@@ -195,20 +195,20 @@ glview_create(Evas_Object *parent)
  * @see @ref ELEMENTARY_GLVIEW_GLOBAL_DECLARE
  * @see @ref ELEMENTARY_GLVIEW_GLOBAL_DEFINE
  *
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  */
 #define ELEMENTARY_GLVIEW_GLOBAL_USE(glview) \
    do { __evas_gl_glapi = elm_glview_gl_api_get(glview); } while (0)
 
 /**
  * @brief Macro to check that the GL APIs are properly set (GLES 1.1)
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  */
 #define ELEMENTARY_GLVIEW_GLES1_API_CHECK() EVAS_GL_GLES1_API_CHECK()
 
 /**
  * @brief Macro to check that the GL APIs are properly set (GLES 2.0)
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  */
 #define ELEMENTARY_GLVIEW_GLES2_API_CHECK() EVAS_GL_GLES2_API_CHECK()
 
index f1c49e4..7799495 100644 (file)
@@ -116,7 +116,7 @@ enum _Elm_Atspi_Role
 };
 /**
  * Describes the role of an object visible to assistive technology client.
- * @if MOBILE @since_tizen 3.0 @elseif WEARABLE @since_tizen 3.0 @endif
+ * @since_tizen 3.0
  */
 typedef enum _Elm_Atspi_Role Elm_Atspi_Role;
 
@@ -174,7 +174,7 @@ enum _Elm_Atspi_State_Type
 };
 /**
  * Describes a possible states of an object visible to AT-SPI clients.
- * @if MOBILE @since_tizen 3.0 @elseif WEARABLE @since_tizen 3.0 @endif
+ * @since_tizen 3.0
  */
 typedef enum _Elm_Atspi_State_Type Elm_Atspi_State_Type;
 
@@ -202,13 +202,13 @@ enum _Elm_Atspi_Relation_Type {
 };
 /**
  * Elm_Atspi_Relation_Type describes relation between two objects.
- * @if MOBILE @since_tizen 3.0 @elseif WEARABLE @since_tizen 3.0 @endif
+ * @since_tizen 3.0
  */
 typedef enum _Elm_Atspi_Relation_Type Elm_Atspi_Relation_Type;
 
 /**
  * @brief The accessible Reading information type that can be read.
- * @if MOBILE @since_tizen 4.0 @elseif WEARABLE @since_tizen 3.0 @endif
+ * @since_tizen 4.0
  * @ingroup Elm_Accessible_Reading_Info
  */
 typedef enum
@@ -271,7 +271,7 @@ typedef enum
  *
  * elm_atspi_accessible_attribute_append(obj, "gesture_required", "scroll");
  *
- * @if MOBILE @since_tizen 4.0 @elseif WEARABLE @since_tizen 3.0 @endif
+ * @since_tizen 4.0
  */
 typedef Efl_Access_Gesture Elm_Atspi_Gesture_Type;
 
@@ -282,7 +282,7 @@ typedef Efl_Access_Gesture Elm_Atspi_Gesture_Type;
 
 /**
  * State of gesture that is emitted on assistive technology client side.
- * @if MOBILE @since_tizen 4.0 @elseif WEARABLE @since_tizen 3.0 @endif
+ * @since_tizen 4.0
  */
 typedef Efl_Access_Gesture_State Elm_Atspi_Gesture_State;
 
@@ -298,7 +298,7 @@ struct _Elm_Atspi_Gesture_Info
 };
 /**
  * Detailed information of gesture that is emitted on assistive technology client side.
- * @if MOBILE @since_tizen 4.0 @elseif WEARABLE @since_tizen 3.0 @endif
+ * @since_tizen 4.0
  */
 #define Elm_Atspi_Gesture_Info Efl_Access_Gesture_Info
 
@@ -307,7 +307,7 @@ struct _Elm_Atspi_Gesture_Info
  * information are requested.
  * @see elm_atspi_accessible_reading_info_type_set
  *
- * @if MOBILE @since_tizen 4.0 @elseif WEARABLE @since_tizen 3.0 @endif
+ * @since_tizen 4.0
  */
 typedef unsigned int Elm_Atspi_Reading_Info_Type_Mask;
 
@@ -320,7 +320,7 @@ typedef unsigned int Elm_Atspi_Reading_Info_Type_Mask;
  * @see elm_atspi_accessible_name_cb_set
  * @see elm_atspi_accessible_description_cb_set
  *
- * @if MOBILE @since_tizen 4.0 @elseif WEARABLE @since_tizen 3.0 @endif
+ * @since_tizen 4.0
  */
 typedef char *(*Elm_Atspi_Reading_Info_Cb)(void *data, Eo *obj);
 
@@ -332,7 +332,7 @@ typedef char *(*Elm_Atspi_Reading_Info_Cb)(void *data, Eo *obj);
  * @return @c true if application consumes gesutre, @c false if application does
  * not consume gesture, then assistive technology client consumes gesture
  * @see elm_atspi_accessible_gesture_cb_set
- * @if MOBILE @since_tizen 4.0 @elseif WEARABLE @since_tizen 3.0 @endif
+ * @since_tizen 4.0
  */
 #define Elm_Atspi_Gesture_Cb Efl_Access_Gesture_Cb
 
@@ -360,7 +360,7 @@ typedef Eina_List *Elm_Atspi_Relation_Set;
  * return: EINA_TRUE is relationship was successfully appended, EINA_FALSE
  * otherwise
  *
- * @if MOBILE @since_tizen 2.4 @elseif WEARABLE @since_tizen 3.0 @endif
+ * @since_tizen 2.4
  *
  * @param[in] obj The object.
  * @param[in] type Relation type between two objects
@@ -375,7 +375,7 @@ EAPI Eina_Bool elm_atspi_accessible_relationship_append(Elm_Interface_Atspi_Acce
  *
  * If relation_object is NULL function removes all relations of given type.
  *
- * @if MOBILE @since_tizen 2.4 @elseif WEARABLE @since_tizen 3.0 @endif
+ * @since_tizen 2.4
  *
  * @param[in] obj The object.
  * @param[in] type Relation type between two objects
@@ -388,7 +388,7 @@ EAPI void elm_atspi_accessible_relationship_remove(Elm_Interface_Atspi_Accessibl
 /**
  * @brief Gets the translation domain of "name" and "description" properties.
  *
- * @if MOBILE @since_tizen 2.4 @elseif WEARABLE @since_tizen 3.0 @endif
+ * @since_tizen 2.4
  *
  * @param[in] obj The object.
  *
@@ -411,7 +411,7 @@ EAPI const char *elm_atspi_accessible_translation_domain_get(const Elm_Interface
  * It is application developer responsibility to ensure that translation files
  * are loaded and binded to translation domain when accessibility is enabled.
  *
- * @if MOBILE @since_tizen 2.4 @elseif WEARABLE @since_tizen 3.0 @endif
+ * @since_tizen 2.4
  *
  * @param[in] obj The object.
  * @param[in] domain translation domain
@@ -436,7 +436,7 @@ EAPI const char *elm_atspi_accessible_localized_role_name_get(const Elm_Interfac
 /**
  * @brief Sets an accessible name of the object.
  *
- * @if MOBILE @since_tizen 2.4 @elseif WEARABLE @since_tizen 3.0 @endif
+ * @since_tizen 2.4
  *
  * @param[in] obj The object.
  * @param[in] name Accessible name
@@ -448,7 +448,7 @@ EAPI void elm_atspi_accessible_name_set(Elm_Interface_Atspi_Accessible *obj, con
 /**
  * @brief Gets an accessible name of the object.
  *
- * @if MOBILE @since_tizen 2.4 @elseif WEARABLE @since_tizen 3.0 @endif
+ * @since_tizen 2.4
  *
  * @param[in] obj The object.
  *
@@ -461,7 +461,7 @@ EAPI const char *elm_atspi_accessible_name_get(const Elm_Interface_Atspi_Accessi
 /**
  * @brief Sets name information callback about widget.
  *
- * @if MOBILE @since_tizen 4.0 @elseif WEARABLE @since_tizen 3.0 @endif
+ * @since_tizen 4.0
  *
  * @param[in] obj The object.
  * @param[in] name_cb The function called to provide the accessible name
@@ -488,7 +488,7 @@ EAPI Elm_Atspi_Relation_Set elm_atspi_accessible_relation_set_get(const Elm_Inte
 /**
  * @brief Sets the role of the object in accessibility domain.
  *
- * @if MOBILE @since_tizen 2.4 @elseif WEARABLE @since_tizen 3.0 @endif
+ * @since_tizen 2.4
  *
  * @param[in] obj The object.
  * @param[in] role Accessible role
@@ -500,7 +500,7 @@ EAPI void elm_atspi_accessible_role_set(Elm_Interface_Atspi_Accessible *obj, Elm
 /**
  * @brief Gets the role of the object in accessibility domain.
  *
- * @if MOBILE @since_tizen 2.4 @elseif WEARABLE @since_tizen 3.0 @endif
+ * @since_tizen 2.4
  *
  * @param[in] obj The object.
  *
@@ -550,7 +550,7 @@ EAPI Eina_List *elm_atspi_accessible_attributes_get(const Elm_Interface_Atspi_Ac
 /**
  * @brief Gets reading information of an accessible object.
  *
- * @if MOBILE @since_tizen 4.0 @elseif WEARABLE @since_tizen 3.0 @endif
+ * @since_tizen 4.0
  *
  * @param[in] obj The object.
  * @param[in] reading_info Reading information types
@@ -562,7 +562,7 @@ EAPI void elm_atspi_accessible_reading_info_type_set(Elm_Interface_Atspi_Accessi
 /**
  * @brief Gets reading information types of an accessible object.
  *
- * @if MOBILE @since_tizen 4.0 @elseif WEARABLE @since_tizen 3.0 @endif
+ * @since_tizen 4.0
  *
  * @param[in] obj The object.
  *
@@ -588,7 +588,7 @@ EAPI int elm_atspi_accessible_index_in_parent_get(const Elm_Interface_Atspi_Acce
 /**
  * @brief Sets widget contextual information.
  *
- * @if MOBILE @since_tizen 2.4 @elseif WEARABLE @since_tizen 3.0 @endif
+ * @since_tizen 2.4
  *
  * @param[in] obj The object.
  * @param[in] description Accessible contextual information
@@ -600,7 +600,7 @@ EAPI void elm_atspi_accessible_description_set(Elm_Interface_Atspi_Accessible *o
 /**
  * @brief Gets contextual information about object.
  *
- * @if MOBILE @since_tizen 2.4 @elseif WEARABLE @since_tizen 3.0 @endif
+ * @since_tizen 2.4
  *
  * @param[in] obj The object.
  *
@@ -613,7 +613,7 @@ EAPI const char *elm_atspi_accessible_description_get(const Elm_Interface_Atspi_
 /**
  * @brief Sets contextual information callback about widget.
  *
- * @if MOBILE @since_tizen 4.0 @elseif WEARABLE @since_tizen 3.0 @endif
+ * @since_tizen 4.0
  *
  * @param[in] obj The object.
  * @param[in] description_cb The function called to provide the accessible
@@ -631,7 +631,7 @@ EAPI void elm_atspi_accessible_description_cb_set(Elm_Interface_Atspi_Accessible
  * special application such as screen-reader guidance. Before using this API,
  * please check if there is another way.
  *
- * @if MOBILE @since_tizen 4.0 @elseif WEARABLE @since_tizen 3.0 @endif
+ * @since_tizen 4.0
  *
  * @param[in] obj The object.
  * @param[in] gesutre_cb The function called to get gesture information
@@ -676,7 +676,7 @@ EAPI Elm_Atspi_State_Set elm_atspi_accessible_state_set_get(const Elm_Interface_
 /**
  * @brief Sets highlightable to given widget.
  *
- * @if MOBILE @since_tizen 4.0 @elseif WEARABLE @since_tizen 3.0 @endif
+ * @since_tizen 4.0
  *
  * @param[in] obj The object.
  * @param[in] can_highlight If @c true, the object is highlightable
@@ -688,7 +688,7 @@ EAPI void elm_atspi_accessible_can_highlight_set(Elm_Interface_Atspi_Accessible
 /**
  * @brief Gets highlightable of given widget.
  *
- * @if MOBILE @since_tizen 4.0 @elseif WEARABLE @since_tizen 3.0 @endif
+ * @since_tizen 4.0
  *
  * @param[in] obj The object.
  *
@@ -701,7 +701,7 @@ EAPI Eina_Bool elm_atspi_accessible_can_highlight_get(const Elm_Interface_Atspi_
 /**
  * @brief Add key-value pair identifying widget extra attribute
  *
- * @if MOBILE @since_tizen 4.0 @elseif WEARABLE @since_tizen 3.0 @endif
+ * @since_tizen 4.0
  *
  * @param[in] obj The object.
  * @param[in] key The string key to give extra information
@@ -795,18 +795,14 @@ EAPI void elm_atspi_accessible_state_notify(Elm_Interface_Atspi_Accessible *obj,
 /**
  * Frees Elm_Atspi_Relation_Set
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI void elm_atspi_relation_set_free(Elm_Atspi_Relation_Set *set);
 
 /**
  * Clones Elm_Atspi_Relation_Set
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI Elm_Atspi_Relation_Set elm_atspi_relation_set_clone(const Elm_Atspi_Relation_Set *set);
 
@@ -815,54 +811,42 @@ EAPI Elm_Atspi_Relation_Set elm_atspi_relation_set_clone(const Elm_Atspi_Relatio
 /**
  * Frees relation.
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI void elm_atspi_relation_free(Elm_Atspi_Relation *relation);
 
 /**
  * Clones relation.
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI Elm_Atspi_Relation * elm_atspi_relation_clone(const Elm_Atspi_Relation *relation);
 
 /**
  * Appends relation to relation set
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI Eina_Bool elm_atspi_relation_set_relation_append(Elm_Atspi_Relation_Set *set, Elm_Atspi_Relation_Type type, const Eo *rel_obj);
 
 /**
  * Removes relation from relation set
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI void elm_atspi_relation_set_relation_remove(Elm_Atspi_Relation_Set *set, Elm_Atspi_Relation_Type type, const Eo *rel_obj);
 
 /**
  * Removes all relation from relation set of a given type
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI void elm_atspi_relation_set_relation_type_remove(Elm_Atspi_Relation_Set *set, Elm_Atspi_Relation_Type type);
 
 /**
  * Free Elm_Atspi_Attributes_List
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI void elm_atspi_attributes_list_free(Eina_List *list);
 
@@ -882,7 +866,7 @@ typedef Eo Efl_Access_Component;
  * @brief Highlights accessible widget. returns true if highlight grab has
  * successed, false otherwise.
  *
- * @if MOBILE @since_tizen 4.0 @elseif WEARABLE @since_tizen 3.0 @endif
+ * @since_tizen 4.0
  * @param[in] obj The object.
  *
  * @ingroup (null)_Group
@@ -893,7 +877,7 @@ EAPI Eina_Bool elm_atspi_component_highlight_grab(Efl_Access_Component *obj);
  * @brief Clears highlight of accessible widget. returns true if clear has
  * successed, false otherwise.
  *
- * @if MOBILE @since_tizen 4.0 @elseif WEARABLE @since_tizen 3.0 @endif
+ * @since_tizen 4.0
  * @param[in] obj The object.
  *
  * @ingroup (null)_Group
index 10b1a4d..5b1a20d 100644 (file)
@@ -111,9 +111,7 @@ typedef void (*Elm_Access_Activate_Cb)(void *data, Evas_Object *part_obj, Elm_Ob
  *
  * @ingroup Access
  *
- * @if MOBILE @since_tizen 4.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 4.0
  */
 EAPI Evas_Object *elm_access_object_register(Evas_Object *obj, Evas_Object *parent);
 
@@ -125,9 +123,7 @@ EAPI Evas_Object *elm_access_object_register(Evas_Object *obj, Evas_Object *pare
  *
  * @ingroup Access
  *
- * @if MOBILE @since_tizen 4.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 4.0
  */
 EAPI void elm_access_object_unregister(Evas_Object *obj);
 
@@ -140,9 +136,7 @@ EAPI void elm_access_object_unregister(Evas_Object *obj);
  *
  * @ingroup Access
  *
- * @if MOBILE @since_tizen 4.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 4.0
  */
 EAPI Evas_Object *elm_access_object_get(const Evas_Object *obj);
 
index c4492b2..3306113 100644 (file)
@@ -13,7 +13,7 @@
  * @param say_signal The signal describes reading status information
  * @see elm_atspi_bridge_utils_say
  * @ingroup Elm_Atspi_Bridge
- * @if MOBILE @since_tizen 4.0 @elseif WEARABLE @since_tizen 3.0 @endif
+ * @since_tizen 4.0
  */
 typedef void (*Elm_Atspi_Say_Signal_Cb)(void *data, const char *say_signal);
 /**
@@ -35,9 +35,7 @@ typedef void (*Elm_Atspi_Say_Signal_Cb)(void *data, const char *say_signal);
  *
  * @ingroup Elm_Atspi_Bridge
  *
- * @if MOBILE @since_tizen 4.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 4.0
  */
 EAPI void elm_atspi_bridge_utils_say(const char* text,
                                      Eina_Bool discardable,
index 4cb36f4..275eced 100644 (file)
@@ -773,9 +773,7 @@ EAPI void         elm_config_scroll_thumbscroll_acceleration_weight_set(double w
  *
  * @see elm_config_scroll_item_align_enabled_get()
  *
- * @if MOBILE @since_tizen 2.4
- * @elseif WEARABLE @since_tizen 2.3.1
- * @endif
+ * @since_tizen 2.4
  */
 EAPI void elm_config_scroll_item_align_enabled_set(Eina_Bool enable);
 
@@ -788,9 +786,7 @@ EAPI void elm_config_scroll_item_align_enabled_set(Eina_Bool enable);
  *
  * @see elm_config_scroll_item_align_enabled_set()
  *
- * @if MOBILE @since_tizen 2.4
- * @elseif WEARABLE @since_tizen 2.3.1
- * @endif
+ * @since_tizen 2.4
  */
 EAPI Eina_Bool elm_config_scroll_item_align_enabled_get(void);
 
@@ -803,9 +799,7 @@ EAPI Eina_Bool elm_config_scroll_item_align_enabled_get(void);
  *
  * @see elm_config_scroll_item_valign_get()
  *
- * @if MOBILE @since_tizen 2.4
- * @elseif WEARABLE @since_tizen 2.3.1
- * @endif
+ * @since_tizen 2.4
  */
 EAPI void elm_config_scroll_item_valign_set(const char *scroll_item_valign);
 
@@ -818,9 +812,7 @@ EAPI void elm_config_scroll_item_valign_set(const char *scroll_item_valign);
  *
  * @see elm_config_scroll_item_valign_set()
  *
- * @if MOBILE @since_tizen 2.4
- * @elseif WEARABLE @since_tizen 2.3.1
- * @endif
+ * @since_tizen 2.4
  */
 EAPI const char *elm_config_scroll_item_valign_get(void);
 //
index 515bd6c..d005c04 100644 (file)
@@ -201,9 +201,7 @@ EAPI const char *elm_object_access_info_get(Evas_Object *obj);
  *
  * @ingroup Elm_General
  *
- * @if MOBILE @since_tizen 4.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 4.0
  */
 EAPI Evas_Object *elm_object_part_access_register(Evas_Object *obj, const char *part);
 //
@@ -217,9 +215,7 @@ EAPI Evas_Object *elm_object_part_access_register(Evas_Object *obj, const char *
  *
  * @ingroup Elm_General
  *
- * @if MOBILE @since_tizen 4.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 4.0
  */
 EAPI Evas_Object *elm_object_part_access_object_get(const Evas_Object *obj, const char *part);
 //
@@ -695,9 +691,7 @@ EAPI const char* elm_object_scroll_item_valign_get(const Evas_Object *obj);
  *
  * @ingroup Elm_General
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI Eina_Bool        elm_color_class_color_set(const char *color_class, int r, int g, int b, int a);
 
@@ -717,9 +711,7 @@ EAPI Eina_Bool        elm_color_class_color_set(const char *color_class, int r,
  *
  * @ingroup Elm_General
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI Eina_Bool        elm_color_class_color_get(const char *color_class, int *r, int *g, int *b, int *a);
 
@@ -740,9 +732,7 @@ EAPI Eina_Bool        elm_color_class_color_get(const char *color_class, int *r,
  *
  * @ingroup Elm_General
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI Eina_Bool        elm_color_class_color2_set(const char *color_class, int r, int g, int b, int a);
 
@@ -763,9 +753,7 @@ EAPI Eina_Bool        elm_color_class_color2_set(const char *color_class, int r,
  *
  * @ingroup Elm_General
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI Eina_Bool        elm_color_class_color2_get(const char *color_class, int *r, int *g, int *b, int *a);
 
@@ -786,9 +774,7 @@ EAPI Eina_Bool        elm_color_class_color2_get(const char *color_class, int *r
  *
  * @ingroup Elm_General
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI Eina_Bool        elm_color_class_color3_set(const char *color_class, int r, int g, int b, int a);
 
@@ -809,9 +795,7 @@ EAPI Eina_Bool        elm_color_class_color3_set(const char *color_class, int r,
  *
  * @ingroup Elm_General
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI Eina_Bool        elm_color_class_color3_get(const char *color_class, int *r, int *g, int *b, int *a);
 
@@ -827,9 +811,7 @@ EAPI Eina_Bool        elm_color_class_color3_get(const char *color_class, int *r
  *
  * @ingroup Elm_General
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI void             elm_color_class_del(const char *color_class);
 
@@ -849,9 +831,7 @@ EAPI void             elm_color_class_del(const char *color_class);
  *
  * @ingroup Elm_General
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI Eina_Bool        elm_object_color_class_color_set(Evas_Object *obj, const char *color_class, int r, int g, int b, int a);
 
@@ -871,9 +851,7 @@ EAPI Eina_Bool        elm_object_color_class_color_set(Evas_Object *obj, const c
  *
  * @ingroup Elm_General
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI Eina_Bool        elm_object_color_class_color_get(Evas_Object *obj, const char *color_class, int *r, int *g, int *b, int *a);
 
@@ -895,9 +873,7 @@ EAPI Eina_Bool        elm_object_color_class_color_get(Evas_Object *obj, const c
  *
  * @ingroup Elm_General
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI Eina_Bool        elm_object_color_class_color2_set(Evas_Object *obj, const char *color_class, int r, int g, int b, int a);
 
@@ -919,9 +895,7 @@ EAPI Eina_Bool        elm_object_color_class_color2_set(Evas_Object *obj, const
  *
  * @ingroup Elm_General
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI Eina_Bool        elm_object_color_class_color2_get(Evas_Object *obj, const char *color_class, int *r, int *g, int *b, int *a);
 
@@ -943,9 +917,7 @@ EAPI Eina_Bool        elm_object_color_class_color2_get(Evas_Object *obj, const
  *
  * @ingroup Elm_General
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI Eina_Bool        elm_object_color_class_color3_set(Evas_Object *obj, const char *color_class, int r, int g, int b, int a);
 
@@ -967,9 +939,7 @@ EAPI Eina_Bool        elm_object_color_class_color3_set(Evas_Object *obj, const
  *
  * @ingroup Elm_General
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI Eina_Bool        elm_object_color_class_color3_get(Evas_Object *obj, const char *color_class, int *r, int *g, int *b, int *a);
 
@@ -984,9 +954,7 @@ EAPI Eina_Bool        elm_object_color_class_color3_get(Evas_Object *obj, const
  *
  * @ingroup Elm_General
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI void             elm_object_color_class_del(Evas_Object *obj, const char *color_class);
 
@@ -1001,9 +969,7 @@ EAPI void             elm_object_color_class_del(Evas_Object *obj, const char *c
  *
  * @ingroup Elm_General
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI void             elm_object_color_class_clear(Evas_Object *obj);
 
index f149016..ad16720 100644 (file)
@@ -104,9 +104,7 @@ EAPI void elm_object_item_del(Elm_Object_Item *obj);
  *
  * @ingroup Elm_General
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI Eina_Bool        elm_object_item_color_class_color_set(Elm_Object_Item *it, const char *color_class, int r, int g, int b, int a);
 
@@ -126,9 +124,7 @@ EAPI Eina_Bool        elm_object_item_color_class_color_set(Elm_Object_Item *it,
  *
  * @ingroup Elm_General
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI Eina_Bool        elm_object_item_color_class_color_get(Elm_Object_Item *it, const char *color_class, int *r, int *g, int *b, int *a);
 
@@ -150,9 +146,7 @@ EAPI Eina_Bool        elm_object_item_color_class_color_get(Elm_Object_Item *it,
  *
  * @ingroup Elm_General
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI Eina_Bool        elm_object_item_color_class_color2_set(Elm_Object_Item *it, const char *color_class, int r, int g, int b, int a);
 
@@ -174,9 +168,7 @@ EAPI Eina_Bool        elm_object_item_color_class_color2_set(Elm_Object_Item *it
  *
  * @ingroup Elm_General
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI Eina_Bool        elm_object_item_color_class_color2_get(Elm_Object_Item *it, const char *color_class, int *r, int *g, int *b, int *a);
 
@@ -198,9 +190,7 @@ EAPI Eina_Bool        elm_object_item_color_class_color2_get(Elm_Object_Item *it
  *
  * @ingroup Elm_General
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI Eina_Bool        elm_object_item_color_class_color3_set(Elm_Object_Item *it, const char *color_class, int r, int g, int b, int a);
 
@@ -222,9 +212,7 @@ EAPI Eina_Bool        elm_object_item_color_class_color3_set(Elm_Object_Item *it
  *
  * @ingroup Elm_General
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI Eina_Bool        elm_object_item_color_class_color3_get(Elm_Object_Item *it, const char *color_class, int *r, int *g, int *b, int *a);
 
@@ -239,9 +227,7 @@ EAPI Eina_Bool        elm_object_item_color_class_color3_get(Elm_Object_Item *it
  *
  * @ingroup Elm_General
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI void             elm_object_item_color_class_del(Elm_Object_Item *it, const char *color_class);
 
@@ -256,9 +242,7 @@ EAPI void             elm_object_item_color_class_del(Elm_Object_Item *it, const
  *
  * @ingroup Elm_General
  *
- * @if MOBILE @since_tizen 3.0
- * @elseif WEARABLE @since_tizen 3.0
- * @endif
+ * @since_tizen 3.0
  */
 EAPI void             elm_object_item_color_class_clear(Elm_Object_Item *it);
 /*******
index 2ff6e96..d3128a3 100644 (file)
@@ -1191,9 +1191,7 @@ EAPI void elm_win_fake_canvas_set(Evas_Object *obj, Ecore_Evas *oee) EINA_DEPREC
  * @note Unless you are getting the window id for the purpose of communicating between client<->compositor over dbus,
  * this is definitely not the function you are looking for.
  *
- * @if MOBILE @since_tizen 4.0
- * @elseif WEARABLE @since_tizen 4.0
- * @endif
+ * @since_tizen 4.0
  */
 EAPI Ecore_Window          elm_win_window_id_get(const Evas_Object *obj);
 
@@ -1504,9 +1502,7 @@ EAPI int elm_win_active_win_orientation_get(Evas_Object *obj);
  * @param obj The window object
  * @return The list of supported auxiliary hint strings
  *
- * @if MOBILE @since_tizen 5.5
- * @elseif WEARABLE @since_tizen 5.5
- * @endif
+ * @since_tizen 5.5
  *
  * @ingroup Elm_Win
  */
@@ -1525,9 +1521,7 @@ EAPI const Eina_List      *elm_win_aux_hints_supported_get(const Evas_Object *ob
  * @return The ID of the created auxiliary hint,
  *         otherwise @c -1 on failure
  *
- * @if MOBILE @since_tizen 5.5
- * @elseif WEARABLE @since_tizen 5.5
- * @endif
+ * @since_tizen 5.5
  *
  * @ingroup Elm_Win
  */
@@ -1544,9 +1538,7 @@ EAPI int                   elm_win_aux_hint_add(Evas_Object *obj, const char *hi
  * @return @c EINA_TRUE if no error occurs,
  *         otherwise @c EINA_FALSE
  *
- * @if MOBILE @since_tizen 5.5
- * @elseif WEARABLE @since_tizen 5.5
- * @endif
+ * @since_tizen 5.5
  *
  * @ingroup Elm_Win
  */
@@ -1564,9 +1556,7 @@ EAPI Eina_Bool             elm_win_aux_hint_del(Evas_Object *obj, const int id);
  * @return @c EINA_TRUE if no error occurs,
  *         otherwise @c EINA_FALSE
  *
- * @if MOBILE @since_tizen 5.5
- * @elseif WEARABLE @since_tizen 5.5
- * @endif
+ * @since_tizen 5.5
  *
  * @ingroup Elm_Win
  */
@@ -1581,9 +1571,7 @@ EAPI Eina_Bool             elm_win_aux_hint_val_set(Evas_Object *obj, const int
  * @return The string value of the auxiliary hint ID,
  *         otherwise @c NULL
  *
- * @if MOBILE @since_tizen 5.5
- * @elseif WEARABLE @since_tizen 5.5
- * @endif
+ * @since_tizen 5.5
  *
  * @ingroup Elm_Win
  */
@@ -1599,9 +1587,7 @@ EAPI const char           *elm_win_aux_hint_val_get(Evas_Object *obj, int id);
  * @return The ID of the auxiliary hint,
  *         otherwise @c -1 on failure
  *
- * @if MOBILE @since_tizen 5.5
- * @elseif WEARABLE @since_tizen 5.5
- * @endif
+ * @since_tizen 5.5
  *
  * @ingroup Elm_Win
  */
@@ -1712,7 +1698,7 @@ EAPI const Eina_List  *elm_win_aux_msg_options_get(Evas_Object *obj, Elm_Win_Aux
  *
  * Can only be used at creation time, within @ref eo_add.
  *
- * @if MOBILE @since_tizen 3.0 @elseif WEARABLE @since_tizen 3.0 @endif
+ * @since_tizen 3.0
  *
  * @param[in] obj The object.
  * @param[in] type Window type
index 83a8ce5..ec347c4 100755 (executable)
@@ -510,12 +510,12 @@ typedef enum _Evas_GL_Color_Format
 {
     EVAS_GL_RGB_888   = 0, /**< Opaque RGB surface */
     EVAS_GL_RGBA_8888 = 1, /**< RGBA surface with alpha */
-    EVAS_GL_NO_FBO    = 2  /**< Special value for creating PBuffer surfaces without any attached buffer. @see evas_gl_pbuffer_surface_create. @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif */
+    EVAS_GL_NO_FBO    = 2  /**< Special value for creating PBuffer surfaces without any attached buffer. @see evas_gl_pbuffer_surface_create. @since_tizen 2.3 */
 } Evas_GL_Color_Format;
 
 /**
  * @brief Enumeration that defines the Surface Depth Format.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  */
 typedef enum _Evas_GL_Depth_Bits
 {
@@ -528,7 +528,7 @@ typedef enum _Evas_GL_Depth_Bits
 
 /**
  * @brief Enumeration that defines the Surface Stencil Format.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  */
 typedef enum _Evas_GL_Stencil_Bits
 {
@@ -544,7 +544,7 @@ typedef enum _Evas_GL_Stencil_Bits
  * @brief Enumeration that defines the Configuration Options.
  *
  * @since 1.1
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  */
 typedef enum _Evas_GL_Options_Bits
 {
@@ -563,7 +563,7 @@ typedef enum _Evas_GL_Options_Bits
  * @brief Enumeration that defines the configuration options for a Multisample Anti-Aliased (MSAA) rendering surface.
  *
  * @since 1.2
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  *
  * @remarks This only works on devices that support the required extensions.
  */
@@ -580,7 +580,7 @@ typedef enum _Evas_GL_Multisample_Bits
  *        They can be used to create OpenGL-ES 1.1 contexts.
  *
  * @since 1.12
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  *
  * @see evas_gl_context_version_create
  *
@@ -605,7 +605,7 @@ typedef enum _Evas_GL_Context_Version
  * @see evas_gl_surface_create
  * @see evas_gl_pbuffer_surface_create
  *
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  */
 struct _Evas_GL_Config
 {
@@ -624,39 +624,33 @@ struct _Evas_GL_Config
 /**
  * @brief Creates a new Evas_GL object and returns a handle for GL rendering with the EFL.
  *
- * @if MOBILE @since_tizen 2.3
- * @elseif WEARABLE @since_tizen 2.3.1
- * @endif
+ * @since_tizen 2.3
  *
  * @param[in] e The given Evas canvas to use
  *
  * @return The created Evas_GL object, or @c NULL in case of failure
  *
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  */
 EAPI Evas_GL                 *evas_gl_new                (Evas *e) EINA_WARN_UNUSED_RESULT EINA_ARG_NONNULL(1);
 
 /**
  * @brief Frees an Evas_GL object.
  *
- * @if MOBILE @since_tizen 2.3
- * @elseif WEARABLE @since_tizen 2.3.1
- * @endif
+ * @since_tizen 2.3
  *
  * @param[in] evas_gl   The given Evas_GL object to destroy
  *
  * @see evas_gl_new
  *
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  */
 EAPI void                     evas_gl_free               (Evas_GL *evas_gl) EINA_ARG_NONNULL(1);
 
 /**
  * @brief Allocates a new config object for the user to fill out.
  *
- * @if MOBILE @since_tizen 2.3
- * @elseif WEARABLE @since_tizen 2.3.1
- * @endif
+ * @since_tizen 2.3
  *
  * @remarks As long as Evas creates a config object for the user, it takes care
  *          of the backward compatibility issue.
@@ -665,16 +659,14 @@ EAPI void                     evas_gl_free               (Evas_GL *evas_gl) EINA
  *
  * @return A new config object
  *
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  */
 EAPI Evas_GL_Config          *evas_gl_config_new         (void);
 
 /**
  * @brief Frees a config object created from evas_gl_config_new.
  *
- * @if MOBILE @since_tizen 2.3
- * @elseif WEARABLE @since_tizen 2.3.1
- * @endif
+ * @since_tizen 2.3
  *
  * @param[in] cfg  The configuration structure to free, it can not be accessed afterwards.
  *
@@ -683,16 +675,14 @@ EAPI Evas_GL_Config          *evas_gl_config_new         (void);
  *
  * @see evas_gl_config_new
  *
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  */
 EAPI void                     evas_gl_config_free        (Evas_GL_Config *cfg) EINA_ARG_NONNULL(1);
 
 /**
  * @brief Creates and returns a new @ref Evas_GL_Surface object for GL Rendering.
  *
- * @if MOBILE @since_tizen 2.3
- * @elseif WEARABLE @since_tizen 2.3.1
- * @endif
+ * @since_tizen 2.3
  *
  * @param[in] evas_gl The given Evas_GL object
  * @param[in] cfg     The pixel format and configuration of the rendering surface
@@ -704,16 +694,14 @@ EAPI void                     evas_gl_config_free        (Evas_GL_Config *cfg) E
  *
  * @see evas_gl_surface_destroy
  *
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  */
 EAPI Evas_GL_Surface         *evas_gl_surface_create     (Evas_GL *evas_gl, Evas_GL_Config *cfg, int w, int h) EINA_WARN_UNUSED_RESULT EINA_ARG_NONNULL(1,2);
 
 /**
  * @brief Create a pixel buffer surface
  *
- * @if MOBILE @since_tizen 2.3
- * @elseif WEARABLE @since_tizen 2.3.1
- * @endif
+ * @since_tizen 2.3
  *
  * @param[in] evas_gl     The given Evas_GL object
  * @param[in] cfg         Pixel format and configuration of the pixel buffer surface
@@ -741,16 +729,14 @@ EAPI Evas_GL_Surface         *evas_gl_surface_create     (Evas_GL *evas_gl, Evas
  *
  * @see evas_gl_surface_destroy
  *
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  */
 EAPI Evas_GL_Surface         *evas_gl_pbuffer_surface_create(Evas_GL *evas_gl, Evas_GL_Config *cfg, int w, int h, const int *attrib_list) EINA_WARN_UNUSED_RESULT EINA_ARG_NONNULL(1,2);
 
 /**
  * @brief Destroys an Evas GL Surface.
  *
- * @if MOBILE @since_tizen 2.3
- * @elseif WEARABLE @since_tizen 2.3.1
- * @endif
+ * @since_tizen 2.3
  *
  * @param[in] evas_gl   The given Evas_GL object
  * @param[in] surf      The given GL surface object
@@ -762,9 +748,7 @@ EAPI void                     evas_gl_surface_destroy    (Evas_GL *evas_gl, Evas
 /**
  * @brief Creates and returns a new Evas GL context object (OpenGL-ES 2.0).
  *
- * @if MOBILE @since_tizen 2.3
- * @elseif WEARABLE @since_tizen 2.3.1
- * @endif
+ * @since_tizen 2.3
  *
  * @param[in] evas_gl    The given Evas_GL object
  * @param[in] share_ctx  An Evas_GL context to share with the new context
@@ -783,9 +767,7 @@ EAPI Evas_GL_Context         *evas_gl_context_create     (Evas_GL *evas_gl, Evas
 /**
  * @brief Creates and returns a new Evas GL context object for OpenGL-ES 1.1 or 2.0.
  *
- * @if MOBILE @since_tizen 2.3
- * @elseif WEARABLE @since_tizen 2.3.1
- * @endif
+ * @since_tizen 2.3
  *
  * @param[in] evas_gl    The given Evas_GL object
  * @param[in] share_ctx  A context to share (can be NULL)
@@ -802,16 +784,14 @@ EAPI Evas_GL_Context         *evas_gl_context_create     (Evas_GL *evas_gl, Evas
  * @see Evas_GL_Context_Version
  * @see evas_gl_context_api_get
  *
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  */
 EAPI Evas_GL_Context         *evas_gl_context_version_create(Evas_GL *evas_gl, Evas_GL_Context *share_ctx, Evas_GL_Context_Version version) EINA_WARN_UNUSED_RESULT EINA_ARG_NONNULL(1);
 
 /**
  * @brief Destroys the given Evas GL context object.
  *
- * @if MOBILE @since_tizen 2.3
- * @elseif WEARABLE @since_tizen 2.3.1
- * @endif
+ * @since_tizen 2.3
  *
  * @param[in] evas_gl The given Evas_GL object
  * @param[in] ctx     The given Evas GL context
@@ -819,16 +799,14 @@ EAPI Evas_GL_Context         *evas_gl_context_version_create(Evas_GL *evas_gl, E
  * @see evas_gl_context_create
  * @see evas_gl_context_version_create
  *
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  */
 EAPI void                     evas_gl_context_destroy    (Evas_GL *evas_gl, Evas_GL_Context *ctx) EINA_ARG_NONNULL(1,2);
 
 /**
  * @brief Sets the given context as the current context for the given surface.
  *
- * @if MOBILE @since_tizen 2.3
- * @elseif WEARABLE @since_tizen 2.3.1
- * @endif
+ * @since_tizen 2.3
  *
  * @param[in] evas_gl The given Evas_GL object
  * @param[in] surf The given Evas GL surface
@@ -836,31 +814,27 @@ EAPI void                     evas_gl_context_destroy    (Evas_GL *evas_gl, Evas
  * @return @c EINA_TRUE if successful,
  *         otherwise @c EINA_FALSE if not
  *
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  */
 EAPI Eina_Bool                evas_gl_make_current       (Evas_GL *evas_gl, Evas_GL_Surface *surf, Evas_GL_Context *ctx) EINA_ARG_NONNULL(1,2);
 
 /**
  * @brief Returns a pointer to a static, null-terminated string describing some aspect of Evas GL.
  *
- * @if MOBILE @since_tizen 2.3
- * @elseif WEARABLE @since_tizen 2.3.1
- * @endif
+ * @since_tizen 2.3
  *
  * @param[in] evas_gl The given Evas_GL object
  * @param[in] name    A symbolic constant, only @ref EVAS_GL_EXTENSIONS is supported for now
  * @return A string describing some aspect of Evas GL
  *
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  */
 EAPI const char              *evas_gl_string_query       (Evas_GL *evas_gl, int name) EINA_WARN_UNUSED_RESULT EINA_ARG_NONNULL(1) EINA_PURE;
 
 /**
  * @brief Returns a extension function from OpenGL or the Evas_GL glue layer.
  *
- * @if MOBILE @since_tizen 2.3
- * @elseif WEARABLE @since_tizen 2.3.1
- * @endif
+ * @since_tizen 2.3
  *
  * @param[in] evas_gl  The given Evas_GL object
  * @param[in] name     The name of the function to return
@@ -873,16 +847,14 @@ EAPI const char              *evas_gl_string_query       (Evas_GL *evas_gl, int
  *
  * @return A function pointer to the Evas_GL extension.
  *
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  */
 EAPI Evas_GL_Func             evas_gl_proc_address_get   (Evas_GL *evas_gl, const char *name) EINA_WARN_UNUSED_RESULT EINA_ARG_NONNULL(1,2) EINA_PURE;
 
 /**
  * @brief Fills in the Native Surface information from a given Evas GL surface.
  *
- * @if MOBILE @since_tizen 2.3
- * @elseif WEARABLE @since_tizen 2.3.1
- * @endif
+ * @since_tizen 2.3
  *
  * @param[in]  evas_gl The given Evas_GL object
  * @param[in]  surf    The given Evas GL surface to retrieve the Native Surface information from
@@ -897,16 +869,14 @@ EAPI Evas_GL_Func             evas_gl_proc_address_get   (Evas_GL *evas_gl, cons
  * @warning Applications should not rely on the information set in @p ns
  *          since its properties are internal to Evas and are not meant to be
  *          tampered with in any way or form from outside Evas.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  */
 EAPI Eina_Bool                evas_gl_native_surface_get (Evas_GL *evas_gl, Evas_GL_Surface *surf, Evas_Native_Surface *ns) EINA_ARG_NONNULL(1,2,3);
 
 /**
  * @brief Gets the API for rendering using OpenGL.
  *
- * @if MOBILE @since_tizen 2.3
- * @elseif WEARABLE @since_tizen 2.3.1
- * @endif
+ * @since_tizen 2.3
  *
  * @details This returns a structure that contains all the OpenGL functions you can
  *          use to render in Evas. These functions consist of all the standard
@@ -921,7 +891,7 @@ EAPI Eina_Bool                evas_gl_native_surface_get (Evas_GL *evas_gl, Evas
  * @remark This function will always return an OpenGL-ES 2.0 API, please use
  *       @ref evas_gl_context_api_get instead to get an OpenGL-ES 1.1 set of APIs.
  *
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  *
  * @see Evas_GL_API
  * @see evas_gl_context_api_get
@@ -932,9 +902,7 @@ EAPI Evas_GL_API             *evas_gl_api_get            (Evas_GL *evas_gl) EINA
 /**
  * @brief Gets the API for rendering using OpenGL with non standard contexts.
  *
- * @if MOBILE @since_tizen 2.3
- * @elseif WEARABLE @since_tizen 2.3.1
- * @endif
+ * @since_tizen 2.3
  *
  * @remark This function is similar to @ref evas_gl_api_get but takes an extra Evas GL
  * context argument as it is used to get the real API used by special contexts,
@@ -956,16 +924,14 @@ EAPI Evas_GL_API             *evas_gl_api_get            (Evas_GL *evas_gl) EINA
  * @see evas_gl_api_get
  * @see evas_gl_context_version_create
  *
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  */
 EAPI Evas_GL_API             *evas_gl_context_api_get    (Evas_GL *evas_gl, Evas_GL_Context *ctx) EINA_ARG_NONNULL(1);
 
 /**
  * @brief Get the current rotation of the view, in degrees.
  *
- * @if MOBILE @since_tizen 2.3
- * @elseif WEARABLE @since_tizen 2.3.1
- * @endif
+ * @since_tizen 2.3
  *
  * @remark This function should be called in order to properly handle the current
  * rotation of the view. It will always return 0 unless the option
@@ -985,16 +951,14 @@ EAPI Evas_GL_API             *evas_gl_context_api_get    (Evas_GL *evas_gl, Evas
  *
  * @see EVAS_GL_OPTIONS_CLIENT_SIDE_ROTATION
  *
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  */
 EAPI int                      evas_gl_rotation_get       (Evas_GL *evas_gl) EINA_ARG_NONNULL(1) EINA_WARN_UNUSED_RESULT;
 
 /**
  * @brief Query a surface for its properties
  *
- * @if MOBILE @since_tizen 2.3
- * @elseif WEARABLE @since_tizen 2.3.1
- * @endif
+ * @since_tizen 2.3
  *
  * @param[in]  evas_gl    The current Evas_GL object
  * @param[in]  surface    An Evas_GL_Surface surface to query
@@ -1009,7 +973,7 @@ EAPI int                      evas_gl_rotation_get       (Evas_GL *evas_gl) EINA
  *
  * @return EINA_TRUE in case of success, EINA_FALSE in case of error.
  *
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  */
 EAPI Eina_Bool                evas_gl_surface_query      (Evas_GL *evas_gl, Evas_GL_Surface *surface, int attribute, void *value) EINA_ARG_NONNULL(1,2);
 
@@ -1018,9 +982,7 @@ EAPI Eina_Bool                evas_gl_surface_query      (Evas_GL *evas_gl, Evas
  *        Initially, the error is set to @ref EVAS_GL_SUCCESS. A call to @ref evas_gl_error_get
  *        resets the error to @ref EVAS_GL_SUCCESS.
  *
- * @if MOBILE @since_tizen 2.3
- * @elseif WEARABLE @since_tizen 2.3.1
- * @endif
+ * @since_tizen 2.3
  *
  * @param[in] evas_gl The given Evas_GL object
  *
@@ -1037,32 +999,28 @@ EAPI Eina_Bool                evas_gl_surface_query      (Evas_GL *evas_gl, Evas
  *       information, so an application can not expect the exact same error
  *       codes as EGL would return.
  *
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  */
 EAPI int                      evas_gl_error_get          (Evas_GL *evas_gl) EINA_ARG_NONNULL(1);
 
 /**
  * @brief Returns the Evas GL context object in use or set by @ref evas_gl_make_current.
  *
- * @if MOBILE @since_tizen 2.3
- * @elseif WEARABLE @since_tizen 2.3.1
- * @endif
+ * @since_tizen 2.3
  *
  * @param[in] evas_gl The given Evas_GL object
  *
  * @return The current context for the calling thread, or @c NULL in case of
  *         failure and when there is no current context in this thread.
  *
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  */
 EAPI Evas_GL_Context         *evas_gl_current_context_get (Evas_GL *evas_gl) EINA_WARN_UNUSED_RESULT EINA_ARG_NONNULL(1);
 
 /**
  * @brief Returns the Evas GL surface object in use or set by @ref evas_gl_make_current
  *
- * @if MOBILE @since_tizen 2.3
- * @elseif WEARABLE @since_tizen 2.3.1
- * @endif
+ * @since_tizen 2.3
  *
  * @param[in] evas_gl The given Evas_GL object
  *
@@ -1075,7 +1033,7 @@ EAPI Evas_GL_Context         *evas_gl_current_context_get (Evas_GL *evas_gl) EIN
  *
  * @see evas_gl_make_current
  *
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  */
 EAPI Evas_GL_Surface         *evas_gl_current_surface_get (Evas_GL *evas_gl) EINA_WARN_UNUSED_RESULT EINA_ARG_NONNULL(1);
 
@@ -5275,7 +5233,7 @@ typedef unsigned long long EvasGLTime;
  * call the backend's GetError() function and translate to a valid @c EVAS_GL_
  * error code.
  *
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  *
  * @{
  */
@@ -5684,7 +5642,7 @@ EvasGLImage *img = glapi->evasglCreateImageForContext
     *
     * @note Evas_GL_API must have version 2 or higher.
     *
-    * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+    * @since_tizen 2.3
     */
    EvasGLImage  (*evasglCreateImageForContext) (Evas_GL *evas_gl, Evas_GL_Context *ctx, int target, void* buffer, const int* attrib_list) EINA_WARN_UNUSED_RESULT;
 
@@ -5962,7 +5920,7 @@ EvasGLImage *img = glapi->evasglCreateImageForContext
    /*------- EvasGL / EGL-related functions -------*/
    /**
     * @name Evas GL Sync object functions
-    * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+    * @since_tizen 2.3
     * @{ */
 
    /**
index 6c3afe0..b8b0ed8 100755 (executable)
@@ -63,7 +63,7 @@ glFunction(); // All calls 'look' normal
  * @endcode
  *
  * @note Please use @ref ELEMENTARY_GLVIEW_USE() instead, when possible.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  */
 #define EVAS_GL_GLES1_USE(evasgl, context) \
    Evas_GL_API *__evas_gl_glapi = evas_gl_context_api_get(evasgl, context);
@@ -75,7 +75,7 @@ glFunction(); // All calls 'look' normal
  * the function if the GL API can not be used.
  *
  * @note Please use @ref ELEMENTARY_GLVIEW_USE() instead, when possible.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  */
 #define EVAS_GL_GLES1_USE_OR_RETURN(evasgl, context, retval) \
    Evas_GL_API *__evas_gl_glapi = evas_gl_context_api_get(evasgl, context); \
@@ -109,7 +109,7 @@ EVAS_GL_GLOBAL_GLES1_DECLARE()
  * @see @ref EVAS_GL_GLOBAL_GLES1_DEFINE
  * @see @ref EVAS_GL_GLOBAL_GLES1_USE
  *
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  */
 #define EVAS_GL_GLOBAL_GLES1_DECLARE() \
    extern Evas_GL_API *__evas_gl_glapi;
@@ -145,7 +145,7 @@ evgl_init(...)
  * @see @ref EVAS_GL_GLOBAL_GLES1_DECLARE
  * @see @ref EVAS_GL_GLOBAL_GLES1_USE
  *
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  */
 #define EVAS_GL_GLOBAL_GLES1_DEFINE() \
    Evas_GL_API *__evas_gl_glapi = NULL;
@@ -162,7 +162,7 @@ evgl_init(...)
  * @see @ref EVAS_GL_GLOBAL_GLES1_DECLARE
  * @see @ref EVAS_GL_GLOBAL_GLES1_DEFINE
  *
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  */
 #define EVAS_GL_GLOBAL_GLES1_USE(evgl, ctx) \
    do { __evas_gl_glapi = evas_gl_context_api_get(evgl, ctx); } while (0)
@@ -489,7 +489,7 @@ evgl_init(...)
 /**
  * @ingroup Evas_GL_GLES1_Helpers
  * @brief Macro to check that the GL APIs are properly set (GLES 1.1)
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  */
 #define EVAS_GL_GLES1_API_CHECK() \
    ((__evas_gl_glapi != NULL) && (__evas_gl_glapi->version == EVAS_GL_API_VERSION) && (glAlphaFunc))
index cbc21c7..81d5d9a 100755 (executable)
@@ -63,7 +63,7 @@ glFunction(); // All calls 'look' normal
  * @endcode
  *
  * @note Please use @ref ELEMENTARY_GLVIEW_USE() instead, when possible.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  */
 #define EVAS_GL_GLES2_USE(evasgl, context) \
    Evas_GL_API *__evas_gl_glapi = evas_gl_context_api_get(evasgl, context);
@@ -75,7 +75,7 @@ glFunction(); // All calls 'look' normal
  * the function if the GL API can not be used.
  *
  * @note Please use @ref ELEMENTARY_GLVIEW_USE() instead, when possible.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  */
 #define EVAS_GL_GLES2_USE_OR_RETURN(evasgl, context, retval) \
    Evas_GL_API *__evas_gl_glapi = evas_gl_context_api_get(evasgl, context); \
@@ -109,7 +109,7 @@ EVAS_GL_GLOBAL_GLES2_DECLARE()
  * @see @ref EVAS_GL_GLOBAL_GLES2_DEFINE
  * @see @ref EVAS_GL_GLOBAL_GLES2_USE
  *
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  */
 #define EVAS_GL_GLOBAL_GLES2_DECLARE() \
    extern Evas_GL_API *__evas_gl_glapi;
@@ -145,7 +145,7 @@ evgl_init(...)
  * @see @ref EVAS_GL_GLOBAL_GLES2_DECLARE
  * @see @ref EVAS_GL_GLOBAL_GLES2_USE
  *
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  */
 #define EVAS_GL_GLOBAL_GLES2_DEFINE() \
    Evas_GL_API *__evas_gl_glapi = NULL;
@@ -162,7 +162,7 @@ evgl_init(...)
  * @see @ref EVAS_GL_GLOBAL_GLES2_DECLARE
  * @see @ref EVAS_GL_GLOBAL_GLES2_DEFINE
  *
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3 @elseif
  */
 #define EVAS_GL_GLOBAL_GLES2_USE(evgl, ctx) \
    do { __evas_gl_glapi = evas_gl_context_api_get(evgl, ctx); } while (0)
@@ -414,7 +414,7 @@ evgl_init(...)
 /**
  * @ingroup Evas_GL_GLES2_Helpers
  * @brief Macro to check that the GL APIs are properly set (GLES 2.0)
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
+ * @since_tizen 2.3
  */
 #define EVAS_GL_GLES2_API_CHECK() \
    ((__evas_gl_glapi != NULL) && (__evas_gl_glapi->version == EVAS_GL_API_VERSION) && (glActiveTexture))