ecore_wl2: Fix doc(delete tags).

Reviewers: devilhorns

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D11226
This commit is contained in:
Woochanlee 2020-01-29 09:01:51 -05:00 committed by Christopher Michael
parent ba3fbb5667
commit ec4ea2d06d
1 changed files with 6 additions and 6 deletions

View File

@ -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);