devilhorns pushed a commit to branch master.

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

commit ec4ea2d06d6454ad2bc291e413d52ecc1504e3bc
Author: Woochanlee <wc0917....@samsung.com>
Date:   Wed Jan 29 09:01:51 2020 -0500

    ecore_wl2: Fix doc(delete tags).
    
    Reviewers: devilhorns
    
    Subscribers: cedric, #reviewers, #committers
    
    Tags: #efl
    
    Differential Revision: https://phab.enlightenment.org/D11226
---
 src/lib/ecore_wl2/Ecore_Wl2.h | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/lib/ecore_wl2/Ecore_Wl2.h b/src/lib/ecore_wl2/Ecore_Wl2.h
index da664939b7..c68890cd74 100644
--- a/src/lib/ecore_wl2/Ecore_Wl2.h
+++ b/src/lib/ecore_wl2/Ecore_Wl2.h
@@ -714,15 +714,15 @@ EAPI Ecore_Wl2_Window 
*ecore_wl2_display_window_find_by_surface(Ecore_Wl2_Displa
  * Gets the connected display object
  *
  * @brief This function is typically used by clients to get an
- * ​existing Wayland display.
+ *        existing Wayland display.
  *
- * ​@param name The display target name. If @c NULL, the default
- *             display is assumed.
+ * @param name The display target name. If @c NULL, the default
+ *        display is assumed.
  *
- * ​@return The Ecore_Wl2_Display which was connected to
+ * @return The Ecore_Wl2_Display which was connected to
  *
- * ​@ingroup Ecore_Wl2_Display_Group
- * ​@since 1.24
+ * @ingroup Ecore_Wl2_Display_Group
+ * @since 1.24
  */
 EAPI Ecore_Wl2_Display *ecore_wl2_connected_display_get(const char *name);
 

-- 


Reply via email to