xartigas pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=0c0db1650aa81374b6628ce604455655f8349a30

commit 0c0db1650aa81374b6628ce604455655f8349a30
Author: Mike Blumenkrantz <zm...@samsung.com>
Date:   Mon Sep 23 22:09:22 2019 +0200

    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.
  */
 

-- 


Reply via email to