efl_app: improve docs
authorMarcel Hollerbach <mail@marcel-hollerbach.de>
Wed, 20 Feb 2019 13:16:50 +0000 (14:16 +0100)
committerWonki Kim <wonki_.kim@samsung.com>
Fri, 8 Mar 2019 11:49:34 +0000 (20:49 +0900)
ref T7596

src/lib/ecore/efl_app.eo

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