From faa67b79f0fc8810a041e4b626e6c33ed4414b36 Mon Sep 17 00:00:00 2001 From: ChunEon Park Date: Fri, 20 Dec 2013 20:26:57 +0900 Subject: [PATCH] evas - removed unnecessary doc info --- src/lib/evas/Evas_Common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/evas/Evas_Common.h b/src/lib/evas/Evas_Common.h index 3dbe604794..5c07e6dba7 100644 --- a/src/lib/evas/Evas_Common.h +++ b/src/lib/evas/Evas_Common.h @@ -2433,7 +2433,7 @@ EAPI void evas_map_point_color_set(Evas_Map *m, int idx, int r, int g * @param r pointer to red return * @param g pointer to green return * @param b pointer to blue return - * @param a pointer to alpha return (0 - 255) + * @param a pointer to alpha return * * @see evas_map_point_coord_set() * @see evas_object_map_set()