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 {
[[Wrap mode of the text (not in effect if not multiline)]]
none,
char,
word,
mixed,
hyphenation
none, [[No wrapping]]
char, [[Wrap mode character]]
word, [[Wrap mode word]]
mixed, [[Wrap mode mixed]]
hyphenation [[Wrap mode hyphenation]]
}
interface Efl.Text.Format {