fixed wrong link page
authorMinkyoung Kang <mklove.kang@samsung.com>
Tue, 9 Apr 2013 05:11:44 +0000 (14:11 +0900)
committerMinkyoung Kang <mklove.kang@samsung.com>
Tue, 9 Apr 2013 05:11:44 +0000 (14:11 +0900)
Change-Id: Ie3eba1620ca7a3060ae5f2f33b86910a360d21b2

inc/FGrpCanvasTexture.h
inc/FGrpVideoTexture.h

index 6bedc73..ae09a9c 100644 (file)
@@ -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 <a href=”../org.tizen.gettingstarted/html/tizen_overview/application_filtering.htm”>Application Filtering</a>.
+        * For more information, see <a href="../org.tizen.gettingstarted/html/tizen_overview/application_filtering.htm">Application Filtering</a>.
         * @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.
index 6821bbc..46b849c 100644 (file)
@@ -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 <a href=”../org.tizen.gettingstarted/html/tizen_overview/application_filtering.htm”>Application Filtering</a>.
+        * For more information, see <a href="../org.tizen.gettingstarted/html/tizen_overview/application_filtering.htm">Application Filtering</a>.
         * @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.