X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Fpublic-api%2Fcontrols%2Fscrollable%2Fitem-view%2Fdefault-item-layout.h;h=a08c52572e3602f559530c00e11fb923a25dbbd1;hp=6f4eb00d6faa29643c9ca5a3e09eb29bde82a6d2;hb=502a6996c58f8b8de2dd530235852d53d01d2ac0;hpb=2071317d301e9d5af326a3a2efcd2996263fbead diff --git a/dali-toolkit/public-api/controls/scrollable/item-view/default-item-layout.h b/dali-toolkit/public-api/controls/scrollable/item-view/default-item-layout.h index 6f4eb00..a08c525 100644 --- a/dali-toolkit/public-api/controls/scrollable/item-view/default-item-layout.h +++ b/dali-toolkit/public-api/controls/scrollable/item-view/default-item-layout.h @@ -26,21 +26,26 @@ namespace Dali namespace Toolkit { +/** + * @addtogroup dali_toolkit_controls_item_view + * @{ + */ namespace DefaultItemLayout { enum Type { - DEPTH, ///< Items arranged in a grid, scrolling along the Z-Axis. - GRID, ///< Items arranged in a grid, scrolling along the Y-Axis. - LIST, ///< One item per line, scrolling along the Y-Axis. - SPIRAL ///< Items arranged in a spiral, centered around the Y-Axis. + DEPTH, ///< Items arranged in a grid, scrolling along the Z-Axis. @SINCE_1_0.0 + GRID, ///< Items arranged in a grid, scrolling along the Y-Axis. @SINCE_1_0.0 + LIST, ///< One item per line, scrolling along the Y-Axis. @SINCE_1_0.0 + SPIRAL ///< Items arranged in a spiral, centered around the Y-Axis. @SINCE_1_0.0 }; /** * @brief Creates a built-in default item-layout * + * @SINCE_1_0.0 * @param[in] type The type of layout required. * * @return An ItemLayoutPtr to the newly created layout. @@ -49,6 +54,9 @@ DALI_IMPORT_API ItemLayoutPtr New( Type type ); } // namespace DefaultItemLayout +/** + * @} + */ } // namespace Toolkit } // namespace Dali