From fb104a22ee985a8b120d674cb128a2fed37aaa0d Mon Sep 17 00:00:00 2001 From: woochan lee Date: Mon, 23 Feb 2015 12:48:11 +0900 Subject: [PATCH] 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 --- legacy/elementary/src/lib/elm_box.eo | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/legacy/elementary/src/lib/elm_box.eo b/legacy/elementary/src/lib/elm_box.eo index 97537b2063..3aeccc5a17 100644 --- a/legacy/elementary/src/lib/elm_box.eo +++ b/legacy/elementary/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,