Elementary actionslider: Fixed doxygen.
[framework/uifw/elementary.git] / src / lib / elm_actionslider.c
index a18e05c..a0b1f7e 100644 (file)
@@ -1,15 +1,16 @@
 /**
  * @addtogroup Actionslider Actionslider
  *
- * A magnet slider is a switcher for 3 labels with customizable
+ * A actionslider is a switcher for 3 labels with customizable
  * magnet properties. When the position is set with magnet, the knob
  * will be moved to it if it's nearest the magnetized position.
  *
- * Signals emmitted:
+ * Signals that you can add callbacks for are:
+ *
  * "selected" - when user selects a position (the label is passed as
- * event info)".
+ *              event info)".
  * "pos_changed" - when a button reaches to the special position like
- * "left", "right" and "center".
+ *                 "left", "right" and "center".
  */
 
 #include <Elementary.h>