tasn pushed a commit to branch master.

http://git.enlightenment.org/core/elementary.git/commit/?id=efcbe16fbb76c6a09697a0e1bd335e9a0201c146

commit efcbe16fbb76c6a09697a0e1bd335e9a0201c146
Author: Tom Hacohen <t...@stosb.com>
Date:   Fri Aug 7 14:29:11 2015 +0100

    Interface atspi value: migrate docs.
---
 src/lib/elm_interface_atspi_value.eo | 14 ++++++--------
 1 file changed, 6 insertions(+), 8 deletions(-)

diff --git a/src/lib/elm_interface_atspi_value.eo 
b/src/lib/elm_interface_atspi_value.eo
index 9ac7ac0..2b4432a 100644
--- a/src/lib/elm_interface_atspi_value.eo
+++ b/src/lib/elm_interface_atspi_value.eo
@@ -5,21 +5,19 @@ interface Elm_Interface_Atspi_Value ()
    methods {
       @property value_and_text @protected {
          get {
-            /*@ Gets value displayed by a accessible widget. */
+            [[Gets value displayed by a accessible widget.]]
          }
          set {
-            return: bool; /*@ true if setting widgets value has
-                                successed, false otherwise. */
+            return: bool; [[true if setting widgets value has successed, false 
otherwise.]]
          }
          values {
-            value: double; /*@ Value of widget casted to floating point 
number. */
-            text: const(char)*; /*@ string describing value in given context
-                               eg. small, enough */
+            value: double; [[Value of widget casted to floating point number.]]
+            text: const(char)*; [[string describing value in given context eg. 
small, enough]]
          }
       }
       @property range @protected {
          get {
-            /*@ Gets a range of all possible values and its description */
+            [[Gets a range of all possible values and its description]]
          }
          values {
             lower_limit: double;
@@ -29,7 +27,7 @@ interface Elm_Interface_Atspi_Value ()
       }
       @property increment @protected {
          get {
-            /*@ Gets an minimal incrementation value */
+            [[Gets an minimal incrementation value]]
          }
          values {
             increment: double;

-- 


Reply via email to