jpeg pushed a commit to branch master.

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

commit ae1d78c36aa274641e1129fe0e92e063fd62eb6a
Author: Bryce Harrington <br...@osg.samsung.com>
Date:   Tue Jul 11 11:29:52 2017 +0900

    evas: Fix stray periods
    
    Summary: "to the Evas. @b buffer engine"
    
    Reviewers: cedric
    
    Subscribers: jpeg
    
    Differential Revision: https://phab.enlightenment.org/D5014
---
 src/lib/ecore_evas/Ecore_Evas.h | 4 ++--
 1 file 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
  *

-- 


Reply via email to