seoz pushed a commit to branch master.

http://git.enlightenment.org/core/elementary.git/commit/?id=cc8501b259dcb261a8f53f0e5b0e63fe0807f44c

commit cc8501b259dcb261a8f53f0e5b0e63fe0807f44c
Author: woochan lee <[email protected]>
Date:   Mon Feb 23 12:48:11 2015 +0900

    elm_box.eo: Added @ingroup tag.
    
    Summary: The API "elm_box_horizontal_get" missed @ingroup tag. so i added 
the tag for grouping when  doxygen making API documentation.
    
    Reviewers: Hermet, JackDanielZ, Jaehyun, seoz
    
    Reviewed By: seoz
    
    Differential Revision: https://phab.enlightenment.org/D1966
---
 src/lib/elm_box.eo | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/lib/elm_box.eo b/src/lib/elm_box.eo
index 97537b2..3aeccc5 100644
--- a/src/lib/elm_box.eo
+++ b/src/lib/elm_box.eo
@@ -68,7 +68,9 @@ class Elm_Box (Elm_Widget)
             /*@
             Get the horizontal orientation
 
-            @return @c EINA_TRUE if the box is set to horizontal mode, @c 
EINA_FALSE otherwise */
+            @return @c EINA_TRUE if the box is set to horizontal mode, @c 
EINA_FALSE otherwise
+
+            @ingroup Box */
          }
          values {
             bool horizontal; /*@ The horizontal flag (@c EINA_TRUE = 
horizontal,

-- 


Reply via email to