Elementary doxygen: Fixed for the consistency with the other widget's
authorseoz <seoz@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 23 Mar 2011 00:40:47 +0000 (00:40 +0000)
committerseoz <seoz@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 23 Mar 2011 00:40:47 +0000 (00:40 +0000)
document format.

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

git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@58007 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

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

index e07919b..c106ea2 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 532c25f..f000064 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 8c0ee98..8d62850 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,