summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJengHyun Kang <jhyuni.kang@samsung.com>2016-12-02 16:20:19 +0900
committerJengHyun Kang <jhyuni.kang@samsung.com>2016-12-02 16:20:19 +0900
commit784d9304e447bbba217e3eba826880ebf6219c03 (patch)
tree9c9d0396415d2d49c1689d125537ebed37903fea
parenta4cb5b3cf05dd7acc8d559befed7ffc7856b1e0b (diff)
downloadefl-util-784d9304e447bbba217e3eba826880ebf6219c03.tar.gz
efl-util-784d9304e447bbba217e3eba826880ebf6219c03.tar.bz2
efl-util-784d9304e447bbba217e3eba826880ebf6219c03.zip
Fix doxygen warnings
Change-Id: Ideeeae15bc671afcb93c5b7c81f47308cabd9f26
-rw-r--r--include/efl_util.h.in5
1 files changed, 3 insertions, 2 deletions
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