seoz pushed a commit to branch master.

commit 13e2792bf8c7599a9cfd0309d992ed2264d5aad9
Author: Daniel Juyung Seo <[email protected]>
Date:   Wed Apr 3 21:26:04 2013 +0900

    elm: fixed documentation + fixed formatting.
---
 src/lib/elm_box.c          | 2 +-
 src/lib/elm_widget.c       | 2 +-
 src/lib/elm_widget_entry.h | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/lib/elm_box.c b/src/lib/elm_box.c
index 9e8dfc7..45c85f4 100644
--- a/src/lib/elm_box.c
+++ b/src/lib/elm_box.c
@@ -57,7 +57,7 @@ _elm_box_smart_focus_next(Eo *obj, void *_pd EINA_UNUSED, 
va_list *list)
    void *(*list_data_get)(const Eina_List *list);
 
    Elm_Focus_Direction dir = va_arg(*list, Elm_Focus_Direction);
-   Evas_Object **next =  va_arg(*list, Evas_Object **);
+   Evas_Object **next = va_arg(*list, Evas_Object **);
    Eina_Bool *ret = va_arg(*list, Eina_Bool *);
    Eina_Bool int_ret;
    if (ret) *ret = EINA_FALSE;
diff --git a/src/lib/elm_widget.c b/src/lib/elm_widget.c
index 13b5ff2..5fb9ace 100644
--- a/src/lib/elm_widget.c
+++ b/src/lib/elm_widget.c
@@ -2672,9 +2672,9 @@ _elm_widget_focus_next_get(Eo *obj, void *_pd 
EINA_UNUSED, va_list *list)
  * focus before list end, the first candidate will be returned.
  *
  * @param obj The widget root of sub-tree
- * @param dir Direction of focus chain
  * @param items list with ordered objects
  * @param list_data_get function to get the object from one item of list
+ * @param dir Direction of focus chain
  * @param next The next object in focus chain
  * @return EINA_TRUE if don't need focus chain restart/loop back
  *         to use 'next' obj.
diff --git a/src/lib/elm_widget_entry.h b/src/lib/elm_widget_entry.h
index 7d881c7..9c62b65 100644
--- a/src/lib/elm_widget_entry.h
+++ b/src/lib/elm_widget_entry.h
@@ -43,7 +43,7 @@ struct _Elm_Entry_Smart_Data
    Elm_Text_Format                       format;
    Evas_Coord                            last_w, ent_mw, ent_mh;
    Evas_Coord                            downx, downy;
-   Eina_List                            *items;
+   Eina_List                            *items; /** context menu item list */
    Eina_List                            *item_providers;
    Eina_List                            *markup_filters;
    Ecore_Job                            *hov_deljob;

-- 

------------------------------------------------------------------------------
Minimize network downtime and maximize team effectiveness.
Reduce network management and security costs.Learn how to hire 
the most talented Cisco Certified professionals. Visit the 
Employer Resources Portal
http://www.cisco.com/web/learning/employer_resources/index.html

Reply via email to