elementary/image - fixed typo, stuffed missings in doxy.
authorhermet <hermet@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 27 Jun 2011 05:05:05 +0000 (05:05 +0000)
committerhermet <hermet@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 27 Jun 2011 05:05:05 +0000 (05:05 +0000)
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@60720 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/elm_image.c

index 93baa5f..ca719d7 100644 (file)
@@ -245,6 +245,8 @@ elm_image_smooth_get(const Evas_Object *obj)
  * @param obj The image object.
  * @param w Pointer to store width, or NULL.
  * @param h Pointer to store height, or NULL.
+ *
+ * @ingroup Image
  */
 EAPI void
 elm_image_object_size_get(const Evas_Object *obj, int *w, int *h)
@@ -459,6 +461,8 @@ elm_image_orient_get(const Evas_Object *obj)
  *
  * @param obj Image object.
  * @param set Turn on or off editability.
+ *
+ * @ingroup Image
  */
 EAPI void
 elm_image_editable_set(Evas_Object *obj, Eina_Bool set)
@@ -498,7 +502,7 @@ elm_image_editable_get(const Evas_Object *obj)
  * @param obj The image object to get the inlined image from
  * @return The inlined image object, or NULL if none exists
  *
- * @ingroup Win
+ * @ingroup Image
  */
 EAPI Evas_Object *
 elm_image_object_get(const Evas_Object *obj)