From 8985bcd2694a4bf4ebc003c03101094436afdbcf 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 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]]