Modify doxygen description for exception of face detection feature
authorGongwook Lee <gongwook78.lee@samsung.com>
Thu, 28 Mar 2013 12:34:45 +0000 (21:34 +0900)
committerGongwook Lee <gongwook78.lee@samsung.com>
Thu, 28 Mar 2013 12:44:36 +0000 (21:44 +0900)
Change-Id: I328dc0fdc67b8d9879941f08e5ac183696bf6df7
Signed-off-by: Gongwook Lee <gongwook78.lee@samsung.com>
inc/FUixVisionFaceDetector.h
inc/FUixVisionFaceRecognizer.h

index 383ca48..d98c317 100644 (file)
@@ -158,9 +158,14 @@ public:
         *
         * @since        2.0
         *
+        * @feature      %http://tizen.org/feature/vision.face_recognition
         * @return       An error code
         * @exception    E_SUCCESS          The method is successful.
-        * @exception    E_OUT_OF_MEMORY    The memory is insufficient.
+        * @exception    E_UNSUPPORTED_OPERATION   The target device does not support face detection feature @b Since: @b 2.1.
+        * For more information, see <a href="../org.tizen.gettingstarted/html/tizen_overview/manifest_features.htm">Application Filtering</a>.
+        * @remarks      Before calling this method, check whether the feature is supported by %Tizen::System::SystemInfo::GetValue() methods.
+
+
         */
        result Construct(void);
 
index a7fbd2d..5419047 100644 (file)
@@ -172,9 +172,13 @@ public:
         *
         * @since        2.0
         *
+        * @feature      %http://tizen.org/feature/vision.face_recognition
         * @return       An error code
         * @exception    E_SUCCESS          The method is successful.
-        * @exception    E_OUT_OF_MEMORY    The memory is insufficient.
+        * @exception    E_UNSUPPORTED_OPERATION   The target device does not support face detection feature @b Since: @b 2.1.
+        * For more information, see <a href="../org.tizen.gettingstarted/html/tizen_overview/manifest_features.htm">Application Filtering</a>.
+        * @remarks      Before calling this method, check whether the feature is supported by %Tizen::System::SystemInfo::GetValue() methods.
+
         */
        result Construct(void);