docs: efl_font_format: add docs for Efl.Text.Format.Wrap enum

This commit is contained in:
Stefan Schmidt 2017-05-31 17:41:37 +02:00
parent c01052dafb
commit 6bc5e2ddfc
1 changed files with 5 additions and 5 deletions

View File

@ -1,10 +1,10 @@
enum Efl.Text.Format.Wrap { enum Efl.Text.Format.Wrap {
[[Wrap mode of the text (not in effect if not multiline)]] [[Wrap mode of the text (not in effect if not multiline)]]
none, none, [[No wrapping]]
char, char, [[Wrap mode character]]
word, word, [[Wrap mode word]]
mixed, mixed, [[Wrap mode mixed]]
hyphenation hyphenation [[Wrap mode hyphenation]]
} }
interface Efl.Text.Format { interface Efl.Text.Format {