From: Keuckdo Bang Date: Wed, 5 Jun 2013 00:45:15 +0000 (+0900) Subject: Fixed deprecated doxygen. X-Git-Tag: submit/tizen_2.2/20130714.153149~630^2~6^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2a5de81cca3f038013517408dc59add853ead413;p=framework%2Fosp%2Fuifw.git Fixed deprecated doxygen. Change-Id: Ibf855f963b31329aabd085ba54bf9a4f799c1980 --- diff --git a/inc/FUiCtrlForm.h b/inc/FUiCtrlForm.h index 69146d9..f67998e 100644 --- a/inc/FUiCtrlForm.h +++ b/inc/FUiCtrlForm.h @@ -595,8 +595,8 @@ public: * - @c FORM_STYLE_FOOTER and ::FORM_STYLE_OPTIONKEY are specified at the same time. @endif * @remarks * - The specific error code can be accessed using the GetLastResult() method. - * - Note that you must not change the style of %Form control that is constructed with ::FORM_STYLE_TEXT_TAB - * or ::FORM_STYLE_ICON_TAB style. + * @if OSPDEPREC - Note that you must not change the style of %Form control that is constructed with ::FORM_STYLE_TEXT_TAB + * or ::FORM_STYLE_ICON_TAB style. @endif * - A Form which is added to a container except Frame cannot have the style of ::FORM_STYLE_INDICATOR. */ void SetFormStyle(unsigned long formStyle);