summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryce Harrington <bryce@osg.samsung.com>2017-07-11 11:29:52 +0900
committerJean-Philippe Andre <jp.andre@samsung.com>2017-07-11 12:22:11 +0900
commitae1d78c36aa274641e1129fe0e92e063fd62eb6a (patch)
tree83a15b1a4d03a07c921da8e2c7edbb9b08476416
parent68dae311f41d20ae805bd5d29cc2c944141b7169 (diff)
downloadefl-ae1d78c36aa274641e1129fe0e92e063fd62eb6a.tar.gz
evas: Fix stray periods
Summary: "to the Evas. @b buffer engine" Reviewers: cedric Subscribers: jpeg Differential Revision: https://phab.enlightenment.org/D5014
-rw-r--r--src/lib/ecore_evas/Ecore_Evas.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/ecore_evas/Ecore_Evas.h b/src/lib/ecore_evas/Ecore_Evas.h
index 7c863a195e..f68045817e 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
*