evas - use uppper case in the doc.

This commit is contained in:
ChunEon Park 2013-02-28 16:48:34 +09:00
parent 49930b7b89
commit 99f4ba54de
1 changed files with 2 additions and 2 deletions

View File

@ -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.
*