jpeg pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=47a46323981925f715153e921fe10aec9283fb35

commit 47a46323981925f715153e921fe10aec9283fb35
Author: Jean-Philippe Andre <jp.an...@samsung.com>
Date:   Thu Oct 12 12:28:23 2017 +0900

    widget: Some EO docs formatting
    
    Cosmetic surgery.
---
 src/lib/elementary/elm_widget.eo | 27 ++++++++++++++++++---------
 1 file changed, 18 insertions(+), 9 deletions(-)

diff --git a/src/lib/elementary/elm_widget.eo b/src/lib/elementary/elm_widget.eo
index 36157ce255..a50b40af05 100644
--- a/src/lib/elementary/elm_widget.eo
+++ b/src/lib/elementary/elm_widget.eo
@@ -562,7 +562,8 @@ abstract Elm.Widget (Efl.Canvas.Group, 
Elm.Interface.Atspi_Accessible,
          
            @since 1.18]]
          values {
-            automatic: bool; [[$true to follow system focus move policy 
change, $false otherwise]]
+            automatic: bool; [[$true to follow system focus move policy change,
+                               $false otherwise]]
          }
       }
 
@@ -576,18 +577,26 @@ abstract Elm.Widget (Efl.Canvas.Group, 
Elm.Interface.Atspi_Accessible,
       focus_state_apply @protected {
          [[Register focus with the given configuration.
 
-           The implementation can feel free to change the logical flag as it 
wants, but other than that it should strictly keep the configuration.
+           The implementation can feel free to change the logical flag as it
+           wants, but other than that it should strictly keep the 
configuration.
 
-           The implementation in elm.widget updates the current state into 
what is passed as configured state, respecting manager changes, registeration 
and unregistration based on if it should be registered or unregistered.
+           The implementation in elm.widget updates the current state into what
+           is passed as configured state, respecting manager changes,
+           registeration and unregistration based on if it should be registered
+           or unregistered.
 
-           A manager field that is $null means that the widget should not or 
was not registered.
+           A manager field that is $null means that the widget should not or 
was
+           not registered.
          ]]
          params {
-            @in current_state : Elm.Widget.Focus_State; [[The focus manager to 
register with.]]
-            @inout configured_state : Elm.Widget.Focus_State; [[The evalulated 
Focus state that should be used]]
-            @in redirect : Elm.Widget; [[A redirect that will be set by the 
elm.widget implementation]]
+            @in current_state : Elm.Widget.Focus_State;
+               [[The focus manager to register with.]]
+            @inout configured_state : Elm.Widget.Focus_State;
+               [[The evalulated Focus state that should be used.]]
+            @in redirect : Elm.Widget;
+               [[A redirect that will be set by the elm.widget 
implementation.]]
          }
-         return: bool; [[return $true or $false if the widget is registered or 
false if it is not]]
+         return: bool; [[Returns whether the widget is registered or not.]]
       }
       focus_manager_create @protected {
          [[If the widget needs a focus manager, this function will be called.
@@ -598,7 +607,7 @@ abstract Elm.Widget (Efl.Canvas.Group, 
Elm.Interface.Atspi_Accessible,
          params {
             @in root: Efl.Ui.Focus.Object; [[The logical root object for 
focus.]]
          }
-         return: Efl.Ui.Focus.Manager; [[Focus manager]]
+         return: Efl.Ui.Focus.Manager; [[The focus manager.]]
       }
    }
    implements {

-- 


Reply via email to