stefan pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=7c4bf80fd93903532dec7ce246564667250d9973
commit 7c4bf80fd93903532dec7ce246564667250d9973 Author: Stefan Schmidt <[email protected]> Date: Thu Aug 31 11:47:03 2017 +0200 docs: efl_ui_textpath: document newly added textpath direction enum --- src/lib/elementary/efl_ui_textpath.eo | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/lib/elementary/efl_ui_textpath.eo b/src/lib/elementary/efl_ui_textpath.eo index 6a5bab0940..72091b6c2b 100644 --- a/src/lib/elementary/efl_ui_textpath.eo +++ b/src/lib/elementary/efl_ui_textpath.eo @@ -1,6 +1,7 @@ enum Efl.Ui.Textpath.Direction { - cw, - ccw + [[Textpath direction]] + cw, [[Clockwise]] + ccw [[Counter-clockwise]] } class Efl.Ui.Textpath (Efl.Ui.Layout, Efl.Object, Efl.Text, Efl.Gfx.Path) --
