doc: fix typos. 38/91038/1
authorHermet Park <hermet@hermet.pe.kr>
Wed, 5 Oct 2016 10:49:20 +0000 (19:49 +0900)
committerHermet Park <hermet@hermet.pe.kr>
Wed, 5 Oct 2016 10:49:20 +0000 (19:49 +0900)
Change-Id: Ie542b3ae21a63959e3cd88661e4e4dee7e0b6e5e

doc/ui_viewmgr_doc.h
src/include/efl/UiBaseView.h
src/include/efl/mobile/c/ui_view.h
src/include/interface/UiIfaceTypes.h
src/include/interface/UiIfaceView.h

index 18cd93bcfee03c4cbc83b3999628012872698d46..29cebebfc18934f5f02eb98cf27d68a54c1fd886 100644 (file)
@@ -1,7 +1,7 @@
 /**
  * @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>
  *
index c49c160bf3cd3fc8094964c87598735f197d131f..f4664f46f4eed2b84b886742e4f09a6d571e4ace 100644 (file)
@@ -74,7 +74,7 @@ public:
        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.
index 6443c4a383e45f2907f390491d5450d95c7b8604..26c54b8f6cdb9ff4235657a4d10c46c6694b49e7 100644 (file)
@@ -168,7 +168,7 @@ EAPI void ui_view_set_indicator(ui_view *view, ui_view_indicator indicator);
 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.
index 68f8707b50da91d17b01daf025916d3eec9f6d2b..6c76aceaf1b7e9c13a2e82e48dadc3af7cfdb2fa 100644 (file)
@@ -50,7 +50,7 @@ enum UiViewState
 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
index 5ce80e76d0431318b45dbbdc44bea508aed099b1..ebaf8a2d193641b8b10066106a007483656006fb 100644 (file)
@@ -85,7 +85,7 @@ public:
        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.