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
This commit is contained in:
woochan lee 2015-02-23 12:48:11 +09:00 committed by Daniel Juyung Seo
parent fcfc1179e9
commit fb104a22ee
1 changed files with 3 additions and 1 deletions

View 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,