docs: Remove silly [[[ typos

This commit is contained in:
Xavi Artigas 2019-04-10 16:09:15 +02:00
parent 910a935fd7
commit 8985bcd269
1 changed files with 4 additions and 4 deletions

View File

@ -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<Efl.Ui.Focus.Object> @owned; [[List of objects on the right side]]
left : list<Efl.Ui.Focus.Object> @owned; [[[List of objects on the left side]]
top : list<Efl.Ui.Focus.Object> @owned; [[[List of objects above]]
down : list<Efl.Ui.Focus.Object> @owned; [[[List of objects below]]
next : Efl.Ui.Focus.Object; [[[Next object]]
left : list<Efl.Ui.Focus.Object> @owned; [[List of objects on the left side]]
top : list<Efl.Ui.Focus.Object> @owned; [[List of objects above]]
down : list<Efl.Ui.Focus.Object> @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]]