Elementary doxygen: Fixed for the consistency with the other widget's
authorDaniel Juyung Seo <seojuyung2@gmail.com>
Wed, 23 Mar 2011 00:40:47 +0000 (00:40 +0000)
committerDaniel Juyung Seo <seojuyung2@gmail.com>
Wed, 23 Mar 2011 00:40:47 +0000 (00:40 +0000)
document format.

Patch by Jihoon Kim <jihoon48.kim@samsung.com>

SVN revision: 58007

src/lib/elm_notify.c
src/lib/elm_panes.c
src/lib/elm_slideshow.c

index e07919b54fcc0494c4187bec9c2403abf9e73fa5..c106ea2fcbf4b9023b9eaf74d4fa2629b70ea6f0 100644 (file)
@@ -3,7 +3,7 @@
 
 
 /**
- * @defgroup Notify notify
+ * @defgroup Notify Notify
  *
  * Display a window in a particular region of the application (top,
  * bottom, etc.  A timeout can be set to automatically close the
index 532c25fe54019d3ba70a12a79cf95424a3ed8542..f00006419deef2c8f1268cbb3eedbab27858247b 100644 (file)
@@ -2,7 +2,7 @@
 #include "elm_priv.h"
 
 /**
- * @defgroup Panes panes
+ * @defgroup Panes Panes
  *
  */
 
@@ -201,7 +201,7 @@ _unpress(void *data, Evas_Object *obj __UNUSED__ , const char *emission __UNUSED
  * @param parent The parent object
  * @return The new object or NULL if it cannot be created
  *
- * @ingroup Panel
+ * @ingroup Panes
  */
 EAPI Evas_Object *
 elm_panes_add(Evas_Object *parent)
index 8c0ee988a3a184e008dd33b46cd4b59f94a28c31..8d628508e6201bb291f9123fda158c17fef63f96 100644 (file)
@@ -2,7 +2,7 @@
 #include "elm_priv.h"
 
 /**
- * @defgroup Slideshow slideshow
+ * @defgroup Slideshow Slideshow
  *
  * This object display a list of object (generally a list of images) and some actions like
  * next/previous are used to navigate. The animations are defined in the theme,