ecore_evas: Fix doc.
authorWoochanlee <wc0917.lee@samsung.com>
Fri, 22 May 2020 05:06:52 +0000 (14:06 +0900)
committerJongmin Lee <jm105.lee@samsung.com>
Sun, 24 May 2020 21:37:14 +0000 (06:37 +0900)
Deprecated tag should be on top of the API doc.

Change-Id: I662f2ee67b6a3dd192399d64a91de50a86a89c1a

src/lib/ecore_evas/Ecore_Evas.h

index d7e2b2f..0836207 100755 (executable)
@@ -205,24 +205,23 @@ EAPI int         ecore_evas_init(void);
 EAPI int         ecore_evas_shutdown(void);
 
 /**
+ * @deprecated Deprecated since 6.0 DO NOT USE.
+ *
  * @brief Sets application compositor synchronization on/off
  *
  * Turns on client+server synchronized rendering in X11.  App comp sync
  * is disabled by default, but can be turned on optionally.
  *
  * @param do_sync True to enable comp syncing, False to disable
- *
- * @deprecated Deprecated since 6.0 DO NOT USE.
  */
 EINA_DEPRECATED EAPI void        ecore_evas_app_comp_sync_set(Eina_Bool do_sync);
 
 /**
+ * @deprecated Deprecated since 6.0 DO NOT USE.
+ *
  * @brief Get the compositing synchronization state
  *
  * @return True if app comp sync is enabled.
- *
- * @deprecated Deprecated since 6.0 DO NOT USE.
- *
  */
 EINA_DEPRECATED EAPI Eina_Bool   ecore_evas_app_comp_sync_get(void);
 
@@ -2938,6 +2937,8 @@ EAPI void        ecore_evas_input_event_unregister(Ecore_Evas *ee);
 EAPI void        ecore_evas_manual_render(Ecore_Evas *ee);
 
 /**
+ * @deprecated Deprecated since 6.0 DO NOT USE.
+ *
  * @brief Sets comp syncing to enabled/disabled
  *
  * @param ee An @c Ecore_Evas handle
@@ -2947,18 +2948,16 @@ EAPI void        ecore_evas_manual_render(Ecore_Evas *ee);
  * disabled by default, but can be turned on optionally.  Can also be
  * set via the ECORE_EVAS_COMP_NOSYNC / ECORE_EVAS_COMP_SYNC
  * environmental variables.
- *
- * @deprecated Deprecated since 6.0 DO NOT USE.
  */
 EINA_DEPRECATED EAPI void        ecore_evas_comp_sync_set(Ecore_Evas *ee, Eina_Bool do_sync);
 
 /**
+ * @deprecated Deprecated since 6.0 DO NOT USE.
+ *
  * @brief Gets the comp sync state
  *
  * @param ee An @c Ecore_Evas handle
  * @return True if composition synchronization is enabled, False otherwise
- *
- * @deprecated Deprecated since 6.0 DO NOT USE.
  */
 EINA_DEPRECATED EAPI Eina_Bool   ecore_evas_comp_sync_get(const Ecore_Evas *ee);