Removed smooth scrolling. Patch by Jiyoun Park <jy0703.park@samsung.com>
[framework/uifw/elementary.git] / src / lib / elm_icon.h
index 3f4b078..08d6c11 100644 (file)
@@ -1,5 +1,6 @@
 /**
  * @defgroup Icon Icon
+ * @ingroup Elementary
  *
  * @image html img/widget/icon/preview-00.png
  * @image latex img/widget/icon/preview-00.eps
@@ -64,9 +65,9 @@
  * "clicked" - This is called when a user has clicked the icon
  *
  * Supported elm_object common APIs.
- * @li elm_object_signal_emit
- * @li elm_object_signal_callback_add
- * @li elm_object_signal_callback_del
+ * @li @ref elm_object_signal_emit
+ * @li @ref elm_object_signal_callback_add
+ * @li @ref elm_object_signal_callback_del
  *
  * An example of usage for this API follows:
  * @li @ref tutorial_icon