From db38ac7b300535430c736ee8ed33c89562a4e5f6 Mon Sep 17 00:00:00 2001 From: Gustavo Sverzut Barbieri Date: Thu, 18 Mar 2010 16:48:23 +0000 Subject: [PATCH] use captial letter to follow the rest of the style. SVN revision: 47325 --- legacy/evas/src/lib/Evas.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/legacy/evas/src/lib/Evas.h b/legacy/evas/src/lib/Evas.h index f98df31dd1..b4c35532fb 100644 --- a/legacy/evas/src/lib/Evas.h +++ b/legacy/evas/src/lib/Evas.h @@ -601,7 +601,7 @@ extern "C" { #endif /** - * @defgroup Evas_Group Top level functions + * @defgroup Evas_Group Top Level Functions * * Functions that affect Evas as a whole. */ @@ -615,7 +615,7 @@ extern "C" { EAPI Eina_Bool evas_async_events_put (const void *target, Evas_Callback_Type type, void *event_info, void (*func)(void *target, Evas_Callback_Type type, void *event_info)) EINA_ARG_NONNULL(1, 4); /** - * @defgroup Evas_Canvas Canvas functions + * @defgroup Evas_Canvas Canvas Functions * * Functions that deal with the basic evas object. They are the * functions you need to use at a minimum to get a working evas, and