From 99f4ba54de7a60efc57a173c00eb9ff21359a1ad Mon Sep 17 00:00:00 2001 From: ChunEon Park Date: Thu, 28 Feb 2013 16:48:34 +0900 Subject: [PATCH] evas - use uppper case in the doc. --- src/lib/evas/Evas.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/evas/Evas.h b/src/lib/evas/Evas.h index c7ccfb4225..70f2ce233b 100644 --- a/src/lib/evas/Evas.h +++ b/src/lib/evas/Evas.h @@ -6543,7 +6543,7 @@ EAPI Evas_Map *evas_map_new(int count); EAPI void evas_map_smooth_set(Evas_Map *m, Eina_Bool enabled); /** - * get the smoothing for map rendering + * Get the smoothing for map rendering * * This gets smoothing for map rendering. * @@ -6566,7 +6566,7 @@ EAPI Eina_Bool evas_map_smooth_get(const Evas_Map *m); EAPI void evas_map_alpha_set(Evas_Map *m, Eina_Bool enabled); /** - * get the alpha flag for map rendering + * Get the alpha flag for map rendering * * This gets the alpha flag for map rendering. *