Add APIs for floating mode (app-in-app)
[framework/uifw/elementary.git] / src / lib / elm_image.h
index bc96178..59a904f 100644 (file)
@@ -1,5 +1,6 @@
 /**
  * @defgroup Image Image
+ * @ingroup Elementary
  *
  * @image html img/widget/image/preview-00.png
  * @image latex img/widget/image/preview-00.eps
@@ -241,7 +242,7 @@ EAPI Eina_Bool        elm_image_fill_outside_get(const Evas_Object *obj);
  * Enable or disable preloading of the image
  *
  * @param obj The image object
- * @param disable If EINA_TRUE, preloading will be disabled
+ * @param disabled If EINA_TRUE, preloading will be disabled
  * @ingroup Icon
  */
 EAPI void                  elm_image_preload_disabled_set(Evas_Object *obj, Eina_Bool disabled);