image, gesture_layer, glview: remove doxygen warnings 50/157650/5
authorYoungbok Shin <youngb.shin@samsung.com>
Wed, 25 Oct 2017 12:04:27 +0000 (21:04 +0900)
committerGerrit Code Review <gerrit@review.ap-northeast-2.compute.internal>
Mon, 30 Oct 2017 02:47:50 +0000 (02:47 +0000)
- Remove warning messages caused by referencing to internal API.
- Add missing parameter descriptions.
- Put a space between ref keyword and colon character.

Change-Id: Ia5f09f68250e45b6fd7b5b16189907ca46df858a

src/lib/elm_gesture_layer_legacy.h
src/lib/elm_glview.h
src/lib/elm_icon.h
src/lib/elm_image.eo
src/lib/elm_image.h
src/lib/elm_image_legacy.h

index 6cb1ddf..3433b36 100644 (file)
@@ -19,6 +19,7 @@ EAPI Evas_Object *elm_gesture_layer_add(Evas_Object *parent);
 /**
  * This function adds a callback called during Tap + Long Tap sequence.
  *
+ * @param obj the gesture-layer object.
  * @param state state for the callback to add.
  * @param cb callback pointer
  * @param data user data for the callback.
@@ -45,6 +46,7 @@ EAPI void elm_gesture_layer_tap_longpress_cb_add(Evas_Object *obj, Elm_Gesture_S
 /**
  * This function removes a callback called during Tap + Long Tap sequence.
  *
+ * @param obj the gesture-layer object.
  * @param state state for the callback to add.
  * @param cb callback pointer
  * @param data user data for the callback.
index 8f8a848..2254639 100644 (file)
@@ -11,7 +11,7 @@
  * to a surface using OpenGL APIs.
  *
  * This widget emits the following signals, besides the ones sent from
- * @ref Elm_GLView:
+ * @ref Elm_GLView :
  * - @c "focused" - when glview has received focus.
  * - @c "unfocused" - when glview has lost focus.
  * - @c "language,changed" - the program's language changed
index 4546387..6bf42ee 100644 (file)
  * @li @c "media_player/stop"
  *
  * This widget emits the following signals, besides the ones sent from
- * @ref Elm_Image:
+ * @ref Elm_Image :
  * - @c "thumb,done" - elm_icon_thumb_set() has completed with success
  *                     (since 1.7)
  * - @c "thumb,error" - elm_icon_thumb_set() has failed (since 1.7)
index 3eaeb15..bb542f5 100644 (file)
@@ -90,7 +90,7 @@ class Elm.Image (Elm.Widget, Efl.File, Efl.Image, Evas.Clickable_Interface,
            This function disables scaling of the elm_image widget through the
            function elm_object_scale_set(). However, this does not affect the widget
            size/resize in any way. For that effect, take a look at
-           @.resizable and @Elm.Widget.scale]]
+           @.resizable and elm_object_scale_set]]
          set {
             [[
               \@if MOBILE \@since_tizen 2.3
index fb0d315..5873f00 100644 (file)
@@ -5,8 +5,7 @@
  * @image html image_inheritance_tree.png
  * @image latex image_inheritance_tree.eps
  *
- * An Elementary image object is a direct realization of
- * @ref elm-image-class, and it allows one to load and display an @b image
+ * It allows one to load and display an @b image
  * file on it, be it from a disk file or from a memory
  * region. Exceptionally, one may also load an Edje group as the
  * contents of the image. In this case, though, most of the functions
index 774f551..b134512 100644 (file)
@@ -51,6 +51,7 @@ EAPI Eina_Bool        elm_image_file_set(Evas_Object *obj, const char *file, con
  *
  * @ingroup Elm_Image
  *
+ * @param[in]  obj The image object
  * @param[out] file The path to file that will be used as image source
  * @param[out] group The group that the image belongs to, in case it's an
 EET (including Edje case) file. This can be used as a key inside
@@ -239,6 +240,7 @@ EAPI Eina_Bool        elm_image_animated_get(const Evas_Object *obj);
  *
  * Get whether an image object supports animation or not.
  *
+ * @param obj The image object
  * @return @c EINA_TRUE if the image supports animation,
  * @c EINA_FALSE otherwise.
  *