fix bug hermet added in font code! :)
[framework/uifw/elementary.git] / src / lib / elm_actionslider.h
index 1f2e1f5..1be91fc 100644 (file)
@@ -1,5 +1,6 @@
 /**
  * @addtogroup Actionslider Actionslider
+ * @ingroup Elementary
  *
  * @image html img/widget/actionslider/preview-00.png
  * @image latex img/widget/actionslider/preview-00.eps
@@ -34,9 +35,9 @@
  * @li "center" - A center label of the actionslider
  *
  * Supported elm_object common APIs.
- * @li elm_object_part_text_set
- * @li elm_object_part_text_get
- * 
+ * @li @ref elm_object_part_text_set
+ * @li @ref elm_object_part_text_get
+ *
  * See an example of actionslider usage @ref actionslider_example_page "here"
  * @{
  */
@@ -54,6 +55,8 @@ typedef enum
  *
  * @param parent The parent object
  * @return The new actionslider object or NULL if it cannot be created
+ *
+ * @ingroup Actionslider
  */
 EAPI Evas_Object                *elm_actionslider_add(Evas_Object *parent);
 
@@ -62,6 +65,8 @@ EAPI Evas_Object                *elm_actionslider_add(Evas_Object *parent);
  *
  * @param obj The actionslider object
  * @return The selected label
+ *
+ * @ingroup Actionslider
  */
 EAPI const char                 *elm_actionslider_selected_label_get(const Evas_Object *obj);
 
@@ -70,6 +75,8 @@ EAPI const char                 *elm_actionslider_selected_label_get(const Evas_
  *
  * @param obj The actionslider object.
  * @param pos The position of the indicator.
+ *
+ * @ingroup Actionslider
  */
 EAPI void                        elm_actionslider_indicator_pos_set(Evas_Object *obj, Elm_Actionslider_Pos pos);
 
@@ -78,6 +85,8 @@ EAPI void                        elm_actionslider_indicator_pos_set(Evas_Object
  *
  * @param obj The actionslider object.
  * @return The position of the indicator.
+ *
+ * @ingroup Actionslider
  */
 EAPI Elm_Actionslider_Pos        elm_actionslider_indicator_pos_get(const Evas_Object *obj);
 
@@ -87,6 +96,8 @@ EAPI Elm_Actionslider_Pos        elm_actionslider_indicator_pos_get(const Evas_O
  *
  * @param obj The actionslider object.
  * @param pos Bit mask indicating the magnet positions.
+ *
+ * @ingroup Actionslider
  */
 EAPI void                        elm_actionslider_magnet_pos_set(Evas_Object *obj, Elm_Actionslider_Pos pos);
 
@@ -95,6 +106,8 @@ EAPI void                        elm_actionslider_magnet_pos_set(Evas_Object *ob
  *
  * @param obj The actionslider object.
  * @return The positions with magnet property.
+ *
+ * @ingroup Actionslider
  */
 EAPI Elm_Actionslider_Pos        elm_actionslider_magnet_pos_get(const Evas_Object *obj);
 
@@ -106,6 +119,8 @@ EAPI Elm_Actionslider_Pos        elm_actionslider_magnet_pos_get(const Evas_Obje
  *
  * @param obj The actionslider object.
  * @param pos Bit mask indicating the enabled positions.
+ *
+ * @ingroup Actionslider
  */
 EAPI void                        elm_actionslider_enabled_pos_set(Evas_Object *obj, Elm_Actionslider_Pos pos);
 
@@ -114,6 +129,8 @@ EAPI void                        elm_actionslider_enabled_pos_set(Evas_Object *o
  *
  * @param obj The actionslider object.
  * @return The enabled positions.
+ *
+ * @ingroup Actionslider
  */
 EAPI Elm_Actionslider_Pos        elm_actionslider_enabled_pos_get(const Evas_Object *obj);