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 ()
{
[[Efl Canvas Pointer interface]]
methods {
@property pointer_inside {
get {

View 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]]
}
}
}

View 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.]]
}