seoz pushed a commit to branch master.

commit ef453eebbb05795243af970ce340deb339b7b8ac
Author: Daniel Juyung Seo <[email protected]>
Date:   Wed Apr 10 13:54:50 2013 +0900

    elm_grid.h: fixed formatting and wrong doxygen.
---
 src/lib/elm_grid.h | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/src/lib/elm_grid.h b/src/lib/elm_grid.h
index d2b5bf2..8b99e05 100644
--- a/src/lib/elm_grid.h
+++ b/src/lib/elm_grid.h
@@ -17,7 +17,6 @@
  * @{
  */
 
-
 #define ELM_OBJ_GRID_CLASS elm_obj_grid_class_get()
 
 const Eo_Class *elm_obj_grid_class_get(void) EINA_CONST;
@@ -26,7 +25,6 @@ extern EAPI Eo_Op ELM_OBJ_GRID_BASE_ID;
 
 enum
 {
-
    ELM_OBJ_GRID_SUB_ID_SIZE_SET,
    ELM_OBJ_GRID_SUB_ID_SIZE_GET,
    ELM_OBJ_GRID_SUB_ID_PACK,
@@ -38,7 +36,6 @@ enum
 
 #define ELM_OBJ_GRID_ID(sub_id) (ELM_OBJ_GRID_BASE_ID + sub_id)
 
-
 /**
  * @def elm_obj_grid_size_set
  * @since 1.8
@@ -215,9 +212,9 @@ EAPI void         elm_grid_pack_get(Evas_Object *subobj, 
Evas_Coord *x, Evas_Coo
  * @param obj The grid object
  *
  * @note This is a duplicate of the list kept by the grid internally.
-         It's up to the user to destroy it when it no longer needs it.
-                       It's possible to remove objects from the grid when 
walking this
-                       list, but these removals won't be reflected on it.
+ * It's up to the user to destroy it when it no longer needs it.
+ * It's possible to remove objects from the grid when walking this
+ * list, but these removals won't be reflected on it.
  *
  * @ingroup Grid
  */

-- 

------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter

Reply via email to