xartigas pushed a commit to branch master.

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

commit 858caa21b0f503c90ea2cfc2e8dfe5a462021959
Author: Xavi Artigas <[email protected]>
Date:   Fri Dec 27 11:36:24 2019 +0100

    docs:Clarify Efl.Text_Formatter format parameter
    
    Ref T8455
---
 src/lib/evas/canvas/efl_text_formatter.eo | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/lib/evas/canvas/efl_text_formatter.eo 
b/src/lib/evas/canvas/efl_text_formatter.eo
index ccc84816b5..fca4e84b3b 100644
--- a/src/lib/evas/canvas/efl_text_formatter.eo
+++ b/src/lib/evas/canvas/efl_text_formatter.eo
@@ -15,12 +15,11 @@ abstract @beta Efl.Text.Formatter extends Efl.Object {
 
            The $format will be applied to the given range.
            The passed cursors must belong to same text object, otherwise 
insertion will be ignored.
-           Passed format parameter uses same format as style in 
@Efl.Canvas.Textblock.style_apply.
          ]]
          params {
               start: const(Efl.Text.Cursor); [[Start of range.]]
               end: const(Efl.Text.Cursor); [[End of range.]]
-              format: string; [[Attribute format.]]
+              format: string; [[Format string. Uses same format as $style in 
@Efl.Canvas.Textblock.style_apply.]]
          }
       }
 

-- 


Reply via email to