From 8c40b3de26936a8f6c641f4def043b9e8d0b2935 Mon Sep 17 00:00:00 2001 From: Tom Hacohen Date: Mon, 16 Apr 2012 15:27:29 +0000 Subject: [PATCH] Eobj: Small documentation adjustments. SVN revision: 70232 --- legacy/eobj/lib/Eobj.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/legacy/eobj/lib/Eobj.h b/legacy/eobj/lib/Eobj.h index 71cf68f922..8e107fb1b2 100644 --- a/legacy/eobj/lib/Eobj.h +++ b/legacy/eobj/lib/Eobj.h @@ -41,7 +41,7 @@ typedef unsigned int Eobj_Op; /** * @def EOBJ_NOOP - * A special Eobj_Op meaning "No operation". + * A special #Eobj_Op meaning "No operation". */ #define EOBJ_NOOP ((Eobj_Op) 0) @@ -529,7 +529,7 @@ EAPI Eina_Bool eobj_composite_is(Eobj *comp_obj); * @typedef Eobj_Callback_Priority * * Callback priority value. Range is -32k - 32k. The lower the number, the - * bigger the priority. + * higher the priority. * * @see EOBJ_CALLBACK_PRIORITY_AFTER * @see EOBJ_CALLBACK_PRIORITY_BEFORE