tasn pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=a7162e8a873e730d76ac2badd200aea2ffb25db7
commit a7162e8a873e730d76ac2badd200aea2ffb25db7 Author: Tom Hacohen <[email protected]> Date: Fri Aug 7 14:30:44 2015 +0100 Interface atspi image: migrate docs. --- src/lib/elm_interface_atspi_image.eo | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/lib/elm_interface_atspi_image.eo b/src/lib/elm_interface_atspi_image.eo index d1ac06e..3345e24 100644 --- a/src/lib/elm_interface_atspi_image.eo +++ b/src/lib/elm_interface_atspi_image.eo @@ -6,7 +6,7 @@ mixin Elm_Interface_Atspi_Image () methods { @property extents @protected { get { - /*@ Gets an image extents. */ + [[Gets an image extents.]] } keys { screen_coords: bool; @@ -20,7 +20,7 @@ mixin Elm_Interface_Atspi_Image () } @property description @protected { get { - /*@ Gets textual description of image */ + [[Gets textual description of image]] } set { } @@ -30,7 +30,7 @@ mixin Elm_Interface_Atspi_Image () } @property locale @protected { get { - /*@ Gets locale of the image description. */ + [[Gets locale of the image description.]] } values { locale: const(char)*; --
