From 0c0db1650aa81374b6628ce604455655f8349a30 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Mon, 23 Sep 2019 22:09:22 +0200 Subject: [PATCH] doc: wrap comment for EFL_UI_CLICKABLE_PART_BIND docs in edc Reviewers: segfaultxavi Reviewed By: segfaultxavi Subscribers: segfaultxavi, cedric, #reviewers, #committers Tags: #efl Differential Revision: https://phab.enlightenment.org/D10089 --- data/elementary/themes/edc/efl/macros.edc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/data/elementary/themes/edc/efl/macros.edc b/data/elementary/themes/edc/efl/macros.edc index 4705310ea3..449d46e545 100644 --- a/data/elementary/themes/edc/efl/macros.edc +++ b/data/elementary/themes/edc/efl/macros.edc @@ -1,7 +1,9 @@ /** - * A macro for defining the programms that are needed to redirect the mouse events of a part to the implementation of Efl.Ui.Clickable. + * A macro for defining the programms that are needed to redirect the mouse + * events of a part to the implementation of Efl.Ui.Clickable. * - * The Widget using this has to call the method bind_to_theme of Efl.Ui.Clickable_Util in order to redirect the here called signals to real events that can be used in code. + * The Widget using this has to call the method bind_to_theme of Efl.Ui.Clickable_Util + * in order to redirect the here called signals to real events that can be used in code. * The resulting events on the widget will be from the Efl.Ui.Clickable class. */