stefan pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=5ee90bcd048a0e45f75dceaac38307e69aaab81a
commit 5ee90bcd048a0e45f75dceaac38307e69aaab81a Author: Stefan Schmidt <[email protected]> Date: Mon Dec 4 15:32:48 2017 +0100 docs: fill in mising docs for efl_ui_popup_anchor class --- src/lib/elementary/efl_ui_popup_anchor.eo | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/lib/elementary/efl_ui_popup_anchor.eo b/src/lib/elementary/efl_ui_popup_anchor.eo index 656f48c45b..21bb1089b1 100644 --- a/src/lib/elementary/efl_ui_popup_anchor.eo +++ b/src/lib/elementary/efl_ui_popup_anchor.eo @@ -1,5 +1,6 @@ class Efl.Ui.Popup.Anchor(Efl.Ui.Popup) { + [[EFL UI Popup Anchor class]] methods { @property anchor { set { @@ -24,11 +25,11 @@ class Efl.Ui.Popup.Anchor(Efl.Ui.Popup) [[Get the align priority of a popup.]] } values { - first: Efl.Ui.Popup.Align; - second: Efl.Ui.Popup.Align; - third: Efl.Ui.Popup.Align; - fourth: Efl.Ui.Popup.Align; - fifth: Efl.Ui.Popup.Align; + first: Efl.Ui.Popup.Align; [[First align priority]] + second: Efl.Ui.Popup.Align; [[Second align priority]] + third: Efl.Ui.Popup.Align; [[Third align priority]] + fourth: Efl.Ui.Popup.Align; [[Fourth align priority]] + fifth: Efl.Ui.Popup.Align; [[Fifth align priority]] } } } --
