From: Bryce Harrington Date: Tue, 11 Jul 2017 02:29:52 +0000 (+0900) Subject: evas: Fix stray periods X-Git-Tag: upstream/1.20.0~304 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ae1d78c36aa274641e1129fe0e92e063fd62eb6a;p=platform%2Fupstream%2Fefl.git evas: Fix stray periods Summary: "to the Evas. @b buffer engine" Reviewers: cedric Subscribers: jpeg Differential Revision: https://phab.enlightenment.org/D5014 --- diff --git a/src/lib/ecore_evas/Ecore_Evas.h b/src/lib/ecore_evas/Ecore_Evas.h index 7c863a1..f680458 100644 --- a/src/lib/ecore_evas/Ecore_Evas.h +++ b/src/lib/ecore_evas/Ecore_Evas.h @@ -1652,7 +1652,7 @@ EAPI Ecore_Evas *ecore_evas_drm_new(const char *device, unsigned int parent, EAPI Ecore_Evas *ecore_evas_gl_drm_new(const char *device, unsigned int parent, int x, int y, int w, int h); /** @since 1.12 */ /** - * @brief Creates a new @c Ecore_Evas canvas bound to the Evas. + * @brief Creates a new @c Ecore_Evas canvas bound to the Evas * @b buffer engine * * @param w The width of the canvas, in pixels @@ -1675,7 +1675,7 @@ EAPI Ecore_Evas *ecore_evas_gl_drm_new(const char *device, unsigned int pare EAPI Ecore_Evas *ecore_evas_buffer_new(int w, int h); /** - * @brief Creates a new @c Ecore_Evas canvas bound to the Evas. + * @brief Creates a new @c Ecore_Evas canvas bound to the Evas * @b buffer engine, giving custom allocation and freeing functions for * the canvas memory region *