seoz pushed a commit to branch master.

http://git.enlightenment.org/core/elementary.git/commit/?id=6540665bdaed8b51a9200bc32182e49a1f6f8ee1

commit 6540665bdaed8b51a9200bc32182e49a1f6f8ee1
Author: Daniel Juyung Seo <seojuyu...@gmail.com>
Date:   Fri Nov 21 16:51:58 2014 +0900

    icon, image, label: Fix and clean up doxygen documentation.
---
 src/lib/elm_icon_common.h  |  6 ++++--
 src/lib/elm_image_common.h | 20 ++++++++++++++++----
 src/lib/elm_label_common.h | 12 ++++++++++++
 3 files changed, 32 insertions(+), 6 deletions(-)

diff --git a/src/lib/elm_icon_common.h b/src/lib/elm_icon_common.h
index a18736a..e4646ad 100644
--- a/src/lib/elm_icon_common.h
+++ b/src/lib/elm_icon_common.h
@@ -1,5 +1,6 @@
 /**
  * @addtogroup Icon
+ *
  * @{
  */
 
@@ -16,8 +17,6 @@ typedef enum
  *
  * Lookup order used by elm_icon_standard_set(). Should look for icons in the
  * theme, FDO paths, or both?
- *
- * @ingroup Icon
  */
 typedef enum
 {
@@ -27,3 +26,6 @@ typedef enum
    ELM_ICON_LOOKUP_THEME /**< icon look up order: theme */
 } Elm_Icon_Lookup_Order;
 
+/**
+ * @}
+ */
diff --git a/src/lib/elm_image_common.h b/src/lib/elm_image_common.h
index 6de250c..7f4a3b8 100644
--- a/src/lib/elm_image_common.h
+++ b/src/lib/elm_image_common.h
@@ -1,10 +1,14 @@
 /**
+ * @addtogroup Image
+ *
+ * @{
+ */
+
+/**
  * Possible orientation options for elm_image_orient_set().
  *
  * @image html elm_image_orient_set.png
  * @image latex elm_image_orient_set.eps width=\textwidth
- *
- * @ingroup Image
  */
 typedef enum
 {
@@ -24,22 +28,30 @@ typedef enum
  * @since 1.8
  */
 typedef struct _Elm_Image_Progress Elm_Image_Progress;
-
+/**
+ * Structure associated with smart callback 'download,progress'.
+ */
 struct _Elm_Image_Progress
 {
    double now;
    double total;
 };
 
-
 /**
  * Structre associated with smart callback 'download,error'
  * @since 1.8
  */
 typedef struct _Elm_Image_Error Elm_Image_Error;
+/**
+ * Structure associated with smart callback 'download,progress'.
+ */
 struct _Elm_Image_Error
 {
    int status;
 
    Eina_Bool open_error;
 };
+
+/**
+ * @}
+ */
diff --git a/src/lib/elm_label_common.h b/src/lib/elm_label_common.h
index 199609f..d5d7cff 100644
--- a/src/lib/elm_label_common.h
+++ b/src/lib/elm_label_common.h
@@ -1,3 +1,12 @@
+/**
+ * @addtogroup Label
+ *
+ * @{
+ */
+
+/**
+ * Slide mode of a label widget
+ */
 typedef enum
 {
    ELM_LABEL_SLIDE_MODE_NONE = 0, /**< no slide effect */
@@ -5,3 +14,6 @@ typedef enum
    ELM_LABEL_SLIDE_MODE_ALWAYS /**< slide always */
 } Elm_Label_Slide_Mode;
 
+/**
+ * @}
+ */

-- 


Reply via email to