efl_app: improve docs

ref T7596
This commit is contained in:
Marcel Hollerbach 2019-02-20 14:16:50 +01:00
parent 08908373f7
commit 9056275438
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ import efl_types;
class @beta Efl.App extends Efl.Loop implements Efl.Core.Command_Line class @beta Efl.App extends Efl.Loop implements Efl.Core.Command_Line
{ {
[[ ]] [[Object representing the application itself]]
data: null; data: null;
methods { methods {
@property app_main @class { @property app_main @class {
@ -23,7 +23,7 @@ class @beta Efl.App extends Efl.Loop implements Efl.Core.Command_Line
]] ]]
get {} get {}
values { values {
@cref version: Efl.Version; [[Efl version]] @cref version: Efl.Version; [[Efl build version]]
} }
} }
@property efl_version { @property efl_version {