From: minho.sun Date: Tue, 17 Oct 2017 09:45:24 +0000 (+0900) Subject: Fix doc and comment for Native API Reference page X-Git-Tag: dali_1.2.62~5^2 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=commitdiff_plain;h=e46d608ed4159b5741249b3f8a70bf606432cece Fix doc and comment for Native API Reference page Change-Id: I6a46a65fd99f9b191df03b03898ec66fe21fb468 Signed-off-by: minho.sun --- diff --git a/dali-toolkit/public-api/controls/progress-bar/progress-bar.h b/dali-toolkit/public-api/controls/progress-bar/progress-bar.h index 4a6ce3a..4d45740 100644 --- a/dali-toolkit/public-api/controls/progress-bar/progress-bar.h +++ b/dali-toolkit/public-api/controls/progress-bar/progress-bar.h @@ -38,27 +38,7 @@ class ProgressBar; /** * @brief ProgressBar is a control to give the user an indication of the progress of an operation. - * * - * Determinate Progress State * - * # : Progress visual - * * : Secondary Progress visual - * = : Track visual - * 40% : Label visual - * - * ============================================= - * = ###############**** 40% = - * ============================================= - * - * Indeterminate Progress State - * - * / : Indeterminate visual - * - * ============================================= - * = ///////////////////////////////////////// = - * ============================================= - * - * Also progress value percentage is shown as text inside the progress bar. * Signals * | %Signal Name | Method | * |-------------------|-------------------------------| diff --git a/doc/dali-toolkit-doc.h b/doc/dali-toolkit-doc.h index bf41fae..982583a 100644 --- a/doc/dali-toolkit-doc.h +++ b/doc/dali-toolkit-doc.h @@ -125,6 +125,10 @@ * Slider is a control to enable sliding an indicator between two values. * * + * @ref dali_toolkit_controls_progress_bar + * ProgressBar is a control to give the user an indication of the progress of an operation. + * + * * @ref dali_toolkit_managers * Singleton classes for managing application-wide functionalities. * @@ -197,6 +201,9 @@ * @defgroup dali_toolkit_controls_slider Slider * @brief Slider is a control to enable sliding an indicator between two values. + * @defgroup dali_toolkit_controls_progress_bar Progress Bar + * @brief ProgressBar is a control to give the user an indication of the progress of an operation. + * @} * @defgroup dali_toolkit_managers Managers