[elm_deprecated] add param, return type description 36/157736/1
authorJinYong Park <j4939.park@samsung.com>
Thu, 26 Oct 2017 04:55:17 +0000 (13:55 +0900)
committerJinYong Park <j4939.park@samsung.com>
Thu, 26 Oct 2017 04:55:17 +0000 (13:55 +0900)
Change-Id: Iadfb4dc387f54955e983101681322ebb72f58fd5
Signed-off-by: JinYong Park <j4939.park@samsung.com>
src/lib/elm_deprecated.h

index 85d1e58..bd899e8 100644 (file)
@@ -1902,6 +1902,11 @@ EINA_DEPRECATED EAPI char *elm_access_external_info_get(const Evas_Object *obj);
  * @deprecated Deprecated since 2.4.
  * @ingroup Elm_Ctxpopup
  *
+ * @param[in] obj The object.
+ * @param[in] direction The direction to check available to show ctxpopup.
+ *
+ * @return EINA_TRUE if object is available to show with @p direction.
+ *
  * @if MOBILE @since_tizen 2.3
  * @elseif WEARABLE @since_tizen 2.3.1
  * @endif
@@ -1928,6 +1933,8 @@ EINA_DEPRECATED EAPI void elm_index_priority_set(Evas_Object *obj, int priority)
  * shown as many items as it can, and other group will be shown one character
  * only.
  *
+ * @param[in] obj The object.
+ *
  * @return @c priority target priority value in index
  *
  * @see Use elm_index_standard_priority_get()