diff options
author | Xavi Artigas <xavierartigas@yahoo.es> | 2019-12-18 16:10:17 +0100 |
---|---|---|
committer | Xavi Artigas <xavierartigas@yahoo.es> | 2019-12-18 16:10:17 +0100 |
commit | d1ffc7924e4d05ada26af3c98234a8b19634efc1 (patch) | |
tree | bdeaee8e50d13c801d1afae2891b956ece6bf9e2 | |
parent | 21bb974024139b529d03dee48c7ca19f52fbbdc8 (diff) |
docs: Formatting issues in Efl.Text.Attribute.Factory
-rw-r--r-- | src/lib/evas/canvas/efl_text_attribute_factory.eo | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/evas/canvas/efl_text_attribute_factory.eo b/src/lib/evas/canvas/efl_text_attribute_factory.eo index 4c4ac956b6..5d10451fc2 100644 --- a/src/lib/evas/canvas/efl_text_attribute_factory.eo +++ b/src/lib/evas/canvas/efl_text_attribute_factory.eo | |||
@@ -14,7 +14,7 @@ abstract @beta Efl.Text.Attribute.Factory extends Efl.Object { | |||
14 | [[Inserts an attribute format in a specified range [$start, $end - 1]. | 14 | [[Inserts an attribute format in a specified range [$start, $end - 1]. |
15 | 15 | ||
16 | The $format will be applied to the given range. | 16 | The $format will be applied to the given range. |
17 | The passed cursors must belong to same textObject, else insertion will be ignored. | 17 | The passed cursors must belong to same text object, otherwise insertion will be ignored. |
18 | Passed format parameter uses same format as style in @Efl.Canvas.Textblock.style_apply. | 18 | Passed format parameter uses same format as style in @Efl.Canvas.Textblock.style_apply. |
19 | ]] | 19 | ]] |
20 | params { | 20 | params { |
@@ -25,7 +25,7 @@ abstract @beta Efl.Text.Attribute.Factory extends Efl.Object { | |||
25 | } | 25 | } |
26 | 26 | ||
27 | attribute_clear @static { | 27 | attribute_clear @static { |
28 | [[Clear(remove) attributes at specified range [$start, $end - 1]. | 28 | [[Clear (remove) attributes in the specified range [$start, $end - 1]. |
29 | ]] | 29 | ]] |
30 | params { | 30 | params { |
31 | start: const(Efl.Text.Cursor); [[Start of range.]] | 31 | start: const(Efl.Text.Cursor); [[Start of range.]] |