actionslider, app, bg: Fix and clean up doxygen documentation.
authorDaniel Juyung Seo <seojuyung2@gmail.com>
Thu, 20 Nov 2014 14:08:57 +0000 (23:08 +0900)
committerDaniel Juyung Seo <seojuyung2@gmail.com>
Fri, 21 Nov 2014 15:38:44 +0000 (00:38 +0900)
src/lib/elm_actionslider_common.h
src/lib/elm_app_common.h
src/lib/elm_bg_common.h

index fefd7db1f80b88bd72eba4ed0c367ef52e81c2c2..e0c7450860c8cb359d6cd43002c672f2e54a68fb 100644 (file)
@@ -1,7 +1,11 @@
 /**
- * A position for indicators, magnets, and enabled items.
+ * @addtogroup Actionslider
  *
- * @ingroup Actionslider
+ * @{
+ */
+
+/**
+ * A position for indicators, magnets, and enabled items.
  */
 typedef enum
 {
@@ -11,3 +15,7 @@ typedef enum
    ELM_ACTIONSLIDER_RIGHT = 1 << 2, /**< right position */
    ELM_ACTIONSLIDER_ALL = (1 << 3) - 1 /**< all positions for left/center/right */
 } Elm_Actionslider_Pos;
+
+/**
+ * @}
+ */
index 29b7bb94db9bd910f897f7045f48695601dee650..2d37f701c1b5096c225bf64ac6a58551d2cc9b24 100644 (file)
@@ -1,3 +1,12 @@
+/**
+ * @addtogroup App
+ *
+ * @{
+ */
+
+/**
+ * Elm_App_View_State
+ */
 typedef enum
 {
    ELM_APP_VIEW_STATE_UNKNOWN = 0,
@@ -7,6 +16,10 @@ typedef enum
    ELM_APP_VIEW_STATE_SHALLOW
 } Elm_App_View_State;
 
+/**
+ * @}
+ */
+
 char *_dbus_package_to_path(const char *package);
 
 Elm_App_View_State _string_state_to_id(const char *state);
index 0d3ad7262d8efbaec1335bbda9347fa5ae105c02..7c770dc780184ed7b9d250f159207cd05526d3ce 100644 (file)
@@ -1,11 +1,15 @@
+/**
+ * @addtogroup Bg
+ *
+ * @{
+ */
+
 /**
  * Identifiers on how a background widget is to display its image --
  * if it was set to use an image file.
  *
  * @see elm_bg_option_set()
  * @see elm_bg_option_get()
- *
- * @ingroup Bg
  */
 typedef enum
 {
@@ -16,3 +20,7 @@ typedef enum
    ELM_BG_OPTION_LAST /**< sentinel value, also used to indicate errors */
 } Elm_Bg_Option;
 
+
+/**
+ * @}
+ */