docs: add the last missing items for eo files in efl/interfaces

This commit is contained in:
Stefan Schmidt 2017-12-08 17:08:56 +01:00
parent 44f18909ca
commit 2cd8c4adb4
3 changed files with 3 additions and 1 deletions

View File

@ -2,6 +2,7 @@ import efl_input_device;
interface Efl.Canvas.Pointer () interface Efl.Canvas.Pointer ()
{ {
[[Efl Canvas Pointer interface]]
methods { methods {
@property pointer_inside { @property pointer_inside {
get { get {

View File

@ -11,7 +11,7 @@ interface Efl.Dup
The newly created object will have no event handlers or anything of The newly created object will have no event handlers or anything of
the sort. the sort.
]] ]]
return: Efl.Dup @owned; return: Efl.Dup @owned; [[Returned carbon copy]]
} }
} }
} }

View File

@ -5,6 +5,7 @@ interface Efl.Text.Markup(Efl.Text.Cursor) {
]] ]]
methods { methods {
@property markup { @property markup {
[[Markup property]]
values { values {
markup: string; [[The markup-text representation set to this text.]] markup: string; [[The markup-text representation set to this text.]]
} }