use captial letter to follow the rest of the style.
authorbarbieri <barbieri@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 18 Mar 2010 16:48:23 +0000 (16:48 +0000)
committerbarbieri <barbieri@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 18 Mar 2010 16:48:23 +0000 (16:48 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@47325 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/Evas.h

index f98df31..b4c3553 100644 (file)
@@ -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