From: JengHyun Kang Date: Fri, 2 Dec 2016 07:20:19 +0000 (+0900) Subject: Fix doxygen warnings X-Git-Tag: submit/tizen_3.0/20161202.084517~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=784d9304e447bbba217e3eba826880ebf6219c03;p=platform%2Fcore%2Fapi%2Fefl-util.git Fix doxygen warnings Change-Id: Ideeeae15bc671afcb93c5b7c81f47308cabd9f26 --- diff --git a/include/efl_util.h.in b/include/efl_util.h.in index 5f07701..aa16c9c 100644 --- a/include/efl_util.h.in +++ b/include/efl_util.h.in @@ -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