elm_box.eo: Added @ingroup tag.
authorwoochan lee <wc0917.lee@samsung.com>
Mon, 23 Feb 2015 03:48:11 +0000 (12:48 +0900)
committerDaniel Juyung Seo <seojuyung2@gmail.com>
Mon, 23 Feb 2015 03:48:36 +0000 (12:48 +0900)
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

index 97537b2..3aeccc5 100644 (file)
@@ -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,