From 14c8aaf189832ee511591c8a58eaec61833943f8 Mon Sep 17 00:00:00 2001 From: hermet Date: Mon, 27 Jun 2011 05:05:05 +0000 Subject: [PATCH] elementary/image - fixed typo, stuffed missings in doxy. git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@60720 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/elm_image.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/lib/elm_image.c b/src/lib/elm_image.c index 93baa5f..ca719d7 100644 --- a/src/lib/elm_image.c +++ b/src/lib/elm_image.c @@ -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) -- 2.7.4