/**
* @defgroup CAPI_UI_VIEWMGR_MODULE UI View Manager
* @ingroup CAPI_UI_FRAMEWORK
- * @breif This module provides functionalities for applications view management.
+ * @brief This module provides functionalities for applications view management.
* @section UI_VIEWMGR_GROUP_HEADER Required Header
* \#include <ui_viewmanager.h>
*
virtual void setIndicator(UiViewIndicator indicator) override;
/**
- * @breif Set the array of view's available rotations.
+ * @brief Set the array of view's available rotations.
*
* @note Set an array of rotation values.
* For instance, {0, 90, 180, 270}. These rotation values depends on the system support.
EAPI ui_view_indicator ui_view_get_indicator(ui_view *view);
/**
- * @breif Sets the array of view's available rotations.
+ * @brief Sets the array of view's available rotations.
* @since_tizen 3.0
* @remarks Set an array of rotation values.
* For instance, {0, 90, 180, 270}. These rotation values depends on the system support.
typedef enum UiViewState ui_view_state;
/**
- * @breif Possible values for view orientation mode.
+ * @brief Possible values for view orientation mode.
* @since_tizen 3.0
*/
enum UiViewOrientationMode
virtual void setIndicator(UiViewIndicator indicator);
/**
- * @breif Set the array of view's available rotations.
+ * @brief Set the array of view's available rotations.
*
* @note Set an array of rotation values.
* For instance, {0, 90, 180, 270}. These rotation values depends on the system support.