From 77126b14e61f47d02e3d7e4d53bd65c866d3a042 Mon Sep 17 00:00:00 2001 From: Xavi Artigas Date: Wed, 10 Apr 2019 16:09:15 +0200 Subject: [PATCH] docs: Remove silly [[[ typos --- src/lib/elementary/efl_ui_focus_manager.eo | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/lib/elementary/efl_ui_focus_manager.eo b/src/lib/elementary/efl_ui_focus_manager.eo index 29740a3..7d1a510 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]] -- 2.7.4