From 2a5de81cca3f038013517408dc59add853ead413 Mon Sep 17 00:00:00 2001 From: Keuckdo Bang Date: Wed, 5 Jun 2013 09:45:15 +0900 Subject: [PATCH] Fixed deprecated doxygen. Change-Id: Ibf855f963b31329aabd085ba54bf9a4f799c1980 --- inc/FUiCtrlForm.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); -- 2.7.4