evas: updated doc.
authorChunEon Park <hermet@hermet.pe.kr>
Tue, 7 Oct 2014 13:15:34 +0000 (22:15 +0900)
committerChunEon Park <hermet@hermet.pe.kr>
Tue, 7 Oct 2014 13:17:36 +0000 (22:17 +0900)
mention Eina_Bool for consistency.

src/lib/evas/canvas/evas_object.eo

index 9e3ed0bd87a1b0830d4ceee09d1e40967d9c4b5d..6f1e32a871e96a6b02f2e399dd8423c28b765b64 100644 (file)
@@ -1044,7 +1044,7 @@ abstract Evas.Object (Eo.Base, Evas.Common_Interface)
             @ingroup Evas_Object_Group_Extras */
          }
          values {
-            bool anti_alias; /*@ 1 if the object is to be anti_aliased, 0 otherwise. */
+            bool anti_alias; /*@ (@c EINA_TRUE) if the object is to be anti_aliased, (@c EINA_FALSE) otherwise. */
          }
       }
       color {