diff options
author | ChunEon Park <hermet@hermet.pe.kr> | 2013-02-28 16:48:34 +0900 |
---|---|---|
committer | ChunEon Park <hermet@hermet.pe.kr> | 2013-02-28 16:48:34 +0900 |
commit | 99f4ba54de7a60efc57a173c00eb9ff21359a1ad (patch) | |
tree | 8df4283d41f1aca5ed8efbd02d3f733866bce1eb /src/lib/evas/Evas.h | |
parent | 49930b7b899b080d5bc2ffdec2b8daf40eb916ac (diff) |
evas - use uppper case in the doc.
Diffstat (limited to 'src/lib/evas/Evas.h')
-rw-r--r-- | src/lib/evas/Evas.h | 4 |
1 files 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); | |||
6543 | EAPI void evas_map_smooth_set(Evas_Map *m, Eina_Bool enabled); | 6543 | EAPI void evas_map_smooth_set(Evas_Map *m, Eina_Bool enabled); |
6544 | 6544 | ||
6545 | /** | 6545 | /** |
6546 | * get the smoothing for map rendering | 6546 | * Get the smoothing for map rendering |
6547 | * | 6547 | * |
6548 | * This gets smoothing for map rendering. | 6548 | * This gets smoothing for map rendering. |
6549 | * | 6549 | * |
@@ -6566,7 +6566,7 @@ EAPI Eina_Bool evas_map_smooth_get(const Evas_Map *m); | |||
6566 | EAPI void evas_map_alpha_set(Evas_Map *m, Eina_Bool enabled); | 6566 | EAPI void evas_map_alpha_set(Evas_Map *m, Eina_Bool enabled); |
6567 | 6567 | ||
6568 | /** | 6568 | /** |
6569 | * get the alpha flag for map rendering | 6569 | * Get the alpha flag for map rendering |
6570 | * | 6570 | * |
6571 | * This gets the alpha flag for map rendering. | 6571 | * This gets the alpha flag for map rendering. |
6572 | * | 6572 | * |