Add return type description (from opensource) 48/157748/1
authorJinYong Park <j4939.park@samsung.com>
Thu, 26 Oct 2017 05:42:51 +0000 (14:42 +0900)
committerJinYong Park <j4939.park@samsung.com>
Thu, 26 Oct 2017 05:42:51 +0000 (14:42 +0900)
Change-Id: I61e5e2167d744852c05ecf6cfac5dc2acff993e5
Signed-off-by: JinYong Park <j4939.park@samsung.com>
src/lib/elm_ctxpopup.eo
src/lib/elm_hoversel.eo

index 46ec1ed..0b0cb4b 100644 (file)
@@ -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 {
index d8f062b..2db88a1 100644 (file)
@@ -71,7 +71,7 @@ class Elm.Hoversel (Elm.Button, Evas.Selectable_Interface,
               \@if MOBILE \@since_tizen 2.4
               \@endif
             ]]
-            return: const(list<Elm.Widget_Item *>)*;
+            return: const(list<Elm.Widget_Item *>)*; [[List of items]]
          }
       }
       @property auto_update {