diff --git a/src/lib/elementary/efl_ui_focus_manager.eo b/src/lib/elementary/efl_ui_focus_manager.eo index 29740a3322..7d1a510642 100644 --- a/src/lib/elementary/efl_ui_focus_manager.eo +++ b/src/lib/elementary/efl_ui_focus_manager.eo @@ -5,10 +5,10 @@ struct @beta @free(efl_ui_focus_relation_free) Efl.Ui.Focus.Relations { [[Structure holding the graph of relations between focusable objects. ]] right : list @owned; [[List of objects on the right side]] - left : list @owned; [[[List of objects on the left side]] - top : list @owned; [[[List of objects above]] - down : list @owned; [[[List of objects below]] - next : Efl.Ui.Focus.Object; [[[Next object]] + left : list @owned; [[List of objects on the left side]] + top : list @owned; [[List of objects above]] + down : list @owned; [[List of objects below]] + next : Efl.Ui.Focus.Object; [[Next object]] prev : Efl.Ui.Focus.Object; [[Previous object]] parent : Efl.Ui.Focus.Object; [[Parent object]] redirect : Efl.Ui.Focus.Manager; [[Redirect manager]]