stefan pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=dac047a5fcbffb4562fd64b9cc84d6095a0c4891

commit dac047a5fcbffb4562fd64b9cc84d6095a0c4891
Author: Stefan Schmidt <ste...@osg.samsung.com>
Date:   Fri Apr 1 15:40:01 2016 +0200

    ecore_timer: remove redundancy in property docs
    
    Streamline this a bit to document the property itself and only extra 
information
    the the methods if needed.
---
 src/lib/ecore/ecore_timer.eo | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/src/lib/ecore/ecore_timer.eo b/src/lib/ecore/ecore_timer.eo
index 781ef7f..78cb4aa 100644
--- a/src/lib/ecore/ecore_timer.eo
+++ b/src/lib/ecore/ecore_timer.eo
@@ -16,12 +16,9 @@ class Ecore.Timer (Eo.Base)
       @property interval {
          [[Interval the timer ticks on.]]
          set {
-            [[Change the interval the timer ticks off. If set during
-              a timer call, this will affect the next interval.
-            ]]
+            [[If set during a timer call, this will affect the next interval.]]
          }
          get {
-            [[Get the interval the timer ticks on.]]
          }
          values {
             in: double(-1); [[The new interval in seconds]]
@@ -30,7 +27,6 @@ class Ecore.Timer (Eo.Base)
       @property pending {
          [[Pending time regarding a timer.]]
          get {
-            [[Get the pending time regarding a timer.]]
             return: double;
          }
       }

-- 


Reply via email to