From fbf9f092ba436442645884340be0f4e72a36fafd Mon Sep 17 00:00:00 2001 From: JinYong Park Date: Thu, 26 Oct 2017 14:42:51 +0900 Subject: [PATCH] Add return type description (from opensource) Change-Id: I61e5e2167d744852c05ecf6cfac5dc2acff993e5 Signed-off-by: JinYong Park --- src/lib/elm_ctxpopup.eo | 2 +- src/lib/elm_hoversel.eo | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/elm_ctxpopup.eo b/src/lib/elm_ctxpopup.eo index 46ec1ed..0b0cb4b 100644 --- a/src/lib/elm_ctxpopup.eo +++ b/src/lib/elm_ctxpopup.eo @@ -141,7 +141,7 @@ class Elm.Ctxpopup (Elm.Layout, Elm_Interface_Atspi_Widget_Action) \@elseif WEARABLE \@since_tizen 2.3.1 \@endif ]] - return: Elm.Ctxpopup.Direction(Elm.Ctxpopup.Direction.unknown); + return: Elm.Ctxpopup.Direction(Elm.Ctxpopup.Direction.unknown); [[Direction]] } } @property items { diff --git a/src/lib/elm_hoversel.eo b/src/lib/elm_hoversel.eo index d8f062b..2db88a1 100644 --- a/src/lib/elm_hoversel.eo +++ b/src/lib/elm_hoversel.eo @@ -71,7 +71,7 @@ class Elm.Hoversel (Elm.Button, Evas.Selectable_Interface, \@if MOBILE \@since_tizen 2.4 \@endif ]] - return: const(list)*; + return: const(list)*; [[List of items]] } } @property auto_update { -- 2.7.4