From: Minkyoung Kang Date: Tue, 9 Apr 2013 05:11:44 +0000 (+0900) Subject: fixed wrong link page X-Git-Tag: accepted/tizen_2.1/20130425.033138~332^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b6f8564b66e3af01195fce6c1c9277d1095b1498;p=platform%2Fframework%2Fnative%2Fuifw.git fixed wrong link page Change-Id: Ie3eba1620ca7a3060ae5f2f33b86910a360d21b2 --- diff --git a/inc/FGrpCanvasTexture.h b/inc/FGrpCanvasTexture.h index 6bedc73..ae09a9c 100644 --- a/inc/FGrpCanvasTexture.h +++ b/inc/FGrpCanvasTexture.h @@ -80,7 +80,7 @@ public: * @exception E_SUCCESS Construction is successfully done. * @exception E_INVALID_ARG Input parameter is invalid. * @exception E_UNSUPPORTED_OPERATION The Emulator or target device does not support the required feature. - * For more information, see Application Filtering. + * For more information, see Application Filtering. * @exception E_INVALID_STATE Getting egl information failed. It is necessary to bind egl context by using the eglMakeCurrent() method. * @remarks * - Before calling this method, check whether the feature is supported by %Tizen::System::SystemInfo::GetValue() methods. diff --git a/inc/FGrpVideoTexture.h b/inc/FGrpVideoTexture.h index 6821bbc..46b849c 100644 --- a/inc/FGrpVideoTexture.h +++ b/inc/FGrpVideoTexture.h @@ -78,7 +78,7 @@ public: * @exception E_OUT_OF_RANGE The width or height is bigger than GL_MAX_TEXTURE_SIZE You can get max size of current device to call glGetIntegerv(GL_MAX_TEXTURE_SIZE, &maxSize). * @exception E_INVALID_ARG A specified input parameter is invalid. * @exception E_UNSUPPORTED_OPERATION The Emulator or target device does not support the required feature. - * For more information, see Application Filtering. + * For more information, see Application Filtering. * @exception E_INVALID_STATE Getting egl information failed. It is necessary to bind egl context by using eglMakeCurrent() method. * @remarks * - Before calling this method, check whether the feature is supported by %Tizen::System::SystemInfo::GetValue() methods.