[Attach-panel] Removed the reference warning 51/89351/1 accepted/tizen/3.0/mobile/20161015.032256 accepted/tizen/mobile/20160925.234503 submit/tizen/20160923.071620 submit/tizen_3.0_mobile/20161015.000000
authormoon87.park <moon87.park@samsung.com>
Fri, 23 Sep 2016 07:13:42 +0000 (16:13 +0900)
committermoon87.park <moon87.park@samsung.com>
Fri, 23 Sep 2016 07:13:42 +0000 (16:13 +0900)
Change-Id: Ib0579c92babc7364886373a51acbd1a83ed66f6d

include/attach_panel.h

index e33f21d1b4c3b3fa8e0a9a17e27e0184f699a944..c86a6aba778b568f2f3e6d8bdf63313908b278a7 100644 (file)
@@ -1075,7 +1075,6 @@ int attach_panel_set_event_cb(attach_panel_h attach_panel, attach_panel_event_cb
  * @remarks The caller app has to check the return value of this function.
  *
  * @param[in] attach_panel Attach panel handler
- * @param[in] result_cb Attach panel result callback
  * @return #ATTACH_PANEL_ERROR_NONE on success,
  *         otherwise a negative error value
  * @retval #ATTACH_PANEL_ERROR_NONE Successful
@@ -1433,7 +1432,7 @@ int attach_panel_get_visibility(attach_panel_h attach_panel, bool *visible);
  *          Developer can get the state of attach panel by calling this function.
  *
  * @param[in] attach_panel The attach panel handle
- * @param[out] state The @attach_panel window state
+ * @param[out] state The attach_panel window state
  * @return #ATTACH_PANEL_ERROR_NONE on success,
  *         otherwise a negative error value
  * @retval #ATTACH_PANEL_ERROR_NONE Successful