atspi_image: improve existing documentation
authorStefan Schmidt <stefan@osg.samsung.com>
Thu, 30 Jun 2016 16:11:18 +0000 (18:11 +0200)
committerStefan Schmidt <stefan@osg.samsung.com>
Thu, 30 Jun 2016 16:15:44 +0000 (18:15 +0200)
Mixin and property descriptions.

src/lib/elementary/elm_interface_atspi_image.eo

index 8002df9..d0e9f2f 100644 (file)
@@ -1,11 +1,12 @@
 mixin Elm.Interface.Atspi_Image ()
 {
+   [[ATSPI image mixin]]
    eo_prefix: elm_interface_atspi_image;
    data: null;
    methods {
       @property extents @protected {
+         [[Gets an image extents.]]
          get @virtual_pure {
-            [[Gets an image extents.]]
          }
          keys {
             screen_coords: bool;
@@ -18,21 +19,21 @@ mixin Elm.Interface.Atspi_Image ()
          }
       }
       @property description @protected {
+         [[Textual description of image]]
          get {
-            [[Gets textual description of image]]
          }
          set {
          }
          values {
-            description: string;
+            description: string; [[Textual image description]]
          }
       }
       @property locale @protected {
+         [[Gets locale of the image description.]]
          get {
-            [[Gets locale of the image description.]]
          }
          values {
-            locale: string;
+            locale: string; [[Locale of description]]
          }
       }
    }