Fix doxygen warnings 08/101808/1
authorJengHyun Kang <jhyuni.kang@samsung.com>
Fri, 2 Dec 2016 07:20:19 +0000 (16:20 +0900)
committerJengHyun Kang <jhyuni.kang@samsung.com>
Fri, 2 Dec 2016 07:20:19 +0000 (16:20 +0900)
Change-Id: Ideeeae15bc671afcb93c5b7c81f47308cabd9f26

include/efl_util.h.in

index 5f07701..aa16c9c 100644 (file)
@@ -429,8 +429,9 @@ API int efl_util_input_generate_touch(efl_util_inputgen_h inputgen_h, int idx, e
    * @since_tizen 3.0
    * @privlevel platform
    * @privilege %http://tizen.org/privilege/inputgenerator
+   * @param[in] inputgen_h The #efl_util_inputgen_h handle
    * @param[in] buttons The number of button
-   * @param[in] efl_util_input_pointer_type_e The pointer type (ex> EFL_UTIL_INPUT_POINTER_BUTTON_PRESS, EFL_UTIL_INPUT_POINTER_BUTTON_UP, EFL_UTIL_INPUT_POINTER_MOVE)
+   * @param[in] pointer_type The pointer type (ex> EFL_UTIL_INPUT_POINTER_BUTTON_PRESS, EFL_UTIL_INPUT_POINTER_BUTTON_UP, EFL_UTIL_INPUT_POINTER_MOVE)
    * @param[in] x x coordination to move
    * @param[in] y y coordination to move
    * @return @c 0 on success, otherwise a negative error value
@@ -485,7 +486,7 @@ API efl_util_screenshot_h efl_util_screenshot_initialize(int width, int height);
  * @privlevel platform
  * @privilege %http://tizen.org/privilege/screenshot
  * @remarks The specific error code can be obtained using the get_last_result()
- *          The tbm_surface_h must be free by caller
+ *          The #tbm_surface_h must be free by caller
  * @param[in] screenshot efl_util_screenshot_h handle
  * @return #tbm_surface_h on success, otherwise @c NULL
  * @retval #tbm_surface_h The TBM surface handle