docs: add the last missing items for eo files in efl/interfaces
authorStefan Schmidt <stefan@osg.samsung.com>
Fri, 8 Dec 2017 16:08:56 +0000 (17:08 +0100)
committerStefan Schmidt <stefan@osg.samsung.com>
Fri, 8 Dec 2017 16:08:56 +0000 (17:08 +0100)
src/lib/efl/interfaces/efl_canvas_pointer.eo
src/lib/efl/interfaces/efl_dup.eo
src/lib/efl/interfaces/efl_text_markup.eo

index 57111a7..bb65965 100644 (file)
@@ -2,6 +2,7 @@ import efl_input_device;
 
 interface Efl.Canvas.Pointer ()
 {
+   [[Efl Canvas Pointer interface]]
    methods {
       @property pointer_inside {
          get {
index 9d40f1f..5654983 100644 (file)
@@ -11,7 +11,7 @@ interface Efl.Dup
            The newly created object will have no event handlers or anything of
            the sort.
          ]]
-         return: Efl.Dup @owned;
+         return: Efl.Dup @owned; [[Returned carbon copy]]
       }
    }
 }
index 99ea34b..5f17827 100644 (file)
@@ -5,6 +5,7 @@ interface Efl.Text.Markup(Efl.Text.Cursor) {
    ]]
    methods {
       @property markup {
+         [[Markup property]]
          values {
             markup: string; [[The markup-text representation set to this text.]]
          }