xartigas pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=744d4682c24be3fb5dbc2c6503297043835a8182
commit 744d4682c24be3fb5dbc2c6503297043835a8182 Author: Xavi Artigas <[email protected]> Date: Fri Jan 3 11:57:27 2020 +0100 docs: Remove Evas reference from Efl.Canvas.Textblock --- src/lib/evas/canvas/efl_canvas_textblock.eo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/evas/canvas/efl_canvas_textblock.eo b/src/lib/evas/canvas/efl_canvas_textblock.eo index 031f74a13e..d66ee55fec 100644 --- a/src/lib/evas/canvas/efl_canvas_textblock.eo +++ b/src/lib/evas/canvas/efl_canvas_textblock.eo @@ -398,7 +398,7 @@ class @beta Efl.Canvas.Textblock extends Efl.Canvas.Object implements Efl.Text, } // Obstacles obstacle_add { - [[Add obstacle evas object $eo_obs to be observed during layout + [[Add obstacle object $eo_obs to be avoided during layout of text. The textblock does the layout of the text according to the --
