elm: entry: fix since tag to be used for getter and setter
authorStefan Schmidt <stefan@osg.samsung.com>
Fri, 12 Aug 2016 15:24:27 +0000 (17:24 +0200)
committerStefan Schmidt <stefan@osg.samsung.com>
Fri, 12 Aug 2016 16:05:13 +0000 (18:05 +0200)
Both have been added in 1.18 not only set()

src/lib/elementary/elm_entry.eo

index 0abb2fa..8f83210 100644 (file)
@@ -653,14 +653,13 @@ class Elm.Entry (Elm.Layout, Elm.Interface_Scrollable, Efl.Ui.Clickable,
          }
       }
       @property select_allow {
-         set {
-            [[Allow selection in the entry.
+         [[Allow selection in the entry.
 
-              @since 1.18
-            ]]
+           @since 1.18
+         ]]
+         set {
          }
          get {
-            [[Returns whether selection in the entry is allowed.]]
          }
          values {
             allow: bool; [[If $allow is true, the text selection is allowed.]]