From 11033734f30d14bc48f2c0d81d9cd442049f4e52 Mon Sep 17 00:00:00 2001 From: Daniel Juyung Seo Date: Wed, 23 Mar 2011 00:40:47 +0000 Subject: [PATCH] Elementary doxygen: Fixed for the consistency with the other widget's document format. Patch by Jihoon Kim SVN revision: 58007 --- legacy/elementary/src/lib/elm_notify.c | 2 +- legacy/elementary/src/lib/elm_panes.c | 4 ++-- legacy/elementary/src/lib/elm_slideshow.c | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/legacy/elementary/src/lib/elm_notify.c b/legacy/elementary/src/lib/elm_notify.c index e07919b54f..c106ea2fcb 100644 --- a/legacy/elementary/src/lib/elm_notify.c +++ b/legacy/elementary/src/lib/elm_notify.c @@ -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 diff --git a/legacy/elementary/src/lib/elm_panes.c b/legacy/elementary/src/lib/elm_panes.c index 532c25fe54..f00006419d 100644 --- a/legacy/elementary/src/lib/elm_panes.c +++ b/legacy/elementary/src/lib/elm_panes.c @@ -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) diff --git a/legacy/elementary/src/lib/elm_slideshow.c b/legacy/elementary/src/lib/elm_slideshow.c index 8c0ee988a3..8d628508e6 100644 --- a/legacy/elementary/src/lib/elm_slideshow.c +++ b/legacy/elementary/src/lib/elm_slideshow.c @@ -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,