update header for Doxygen
authorMinkyoung Kang <mklove.kang@samsung.com>
Wed, 12 Jun 2013 01:30:51 +0000 (10:30 +0900)
committerMinkyoung Kang <mklove.kang@samsung.com>
Wed, 12 Jun 2013 04:55:01 +0000 (13:55 +0900)
Change-Id: Ibc236ef3f0b9d50e5ffc6d016308856270cbcbff

inc/FUiControl.h
inc/FUiCtrlDateTimePicker.h
inc/FUiCtrlGroupItem.h
inc/FUiCtrlIFastScrollListener.h
inc/FUiCtrlSectionTableView.h

index 29acc97..0818f07 100644 (file)
@@ -2039,7 +2039,7 @@ public:
         *
         * @param[in]   enable                  Set to @c true to enable effect sound, @n
         *                                                              else @c false
-        * @Remark      If the effect sound is disabled for a container, then all of its child controls have the effect sound disabled as well.
+        * @remarks     If the effect sound is disabled for a container, then all of its child controls have the effect sound disabled as well.
        */
        void SetEffectSoundEnabled (bool enable);
 
index ce3e9dd..ff61527 100644 (file)
@@ -333,7 +333,6 @@ public:
         * @since                2.0
         *
         * @return   The current date and time
-        * @remarks     This method does not work when %DateTimePicker style is ::DATETIME_PICKER_STYLE_FROMTO.
         */
        Tizen::Base::DateTime GetDateTime(void) const;
 
index 9f3e3be..f967c34 100644 (file)
@@ -223,7 +223,7 @@ public:
         * @exception   E_SYSTEM                        A system error has occurred.
         * @remarks
         *                      - The behavior of %GroupItem is different according to the style of GroupedListView.
-        *                      - When the style is ::GROUPED_LIST_VIEW_INDEXED, the text and bitmap of %GroupItem are displayed,
+        *                      - When the style is ::GROUPED_LIST_VIEW_STYLE_INDEXED, the text and bitmap of %GroupItem are displayed,
         *                      if they are given. However, when the style is ::GROUPED_LIST_VIEW_STYLE_SECTION, the bitmap is not displayed in any
         *                      case and setting an empty text to %GroupItem does not show %GroupItem.
         */
index 6d05a30..63bc0b8 100644 (file)
@@ -91,8 +91,10 @@ public:
         *
         * @param[in]   source                  The source of the event
         * @param[in]   index                   The index
+        * @if OSPDEPREC
         * @remarks     When the search icon index is enabled, you can check whether the search icon index is touched by comparing @c index with the string
         *                              constant ::FAST_SCROLL_SEARCH_ICON_INDEX.
+        * @endif
         *
         */
        virtual void OnFastScrollIndexSelected(Tizen::Ui::Control& source, Tizen::Base::String& index) = 0;
index 0a9eab0..fc55b3a 100644 (file)
@@ -335,7 +335,6 @@ public:
        * @since 2.0
        *
        * @param[in] color    The section color
-       * @remarks This method works only when the style of the %SectionTableView control is ::TABLE_VIEW_STYLE_SECTION.
        */
        void SetSectionColor(const Tizen::Graphics::Color& color);