From 04ececb8a052e6609eb204bd431ead06b1cb7db1 Mon Sep 17 00:00:00 2001 From: Gongwook Lee Date: Thu, 28 Mar 2013 21:34:45 +0900 Subject: [PATCH] Modify doxygen description for exception of face detection feature Change-Id: I328dc0fdc67b8d9879941f08e5ac183696bf6df7 Signed-off-by: Gongwook Lee --- inc/FUixVisionFaceDetector.h | 7 ++++++- inc/FUixVisionFaceRecognizer.h | 6 +++++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/inc/FUixVisionFaceDetector.h b/inc/FUixVisionFaceDetector.h index 383ca48..d98c317 100644 --- a/inc/FUixVisionFaceDetector.h +++ b/inc/FUixVisionFaceDetector.h @@ -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 Application Filtering. + * @remarks Before calling this method, check whether the feature is supported by %Tizen::System::SystemInfo::GetValue() methods. + + */ result Construct(void); diff --git a/inc/FUixVisionFaceRecognizer.h b/inc/FUixVisionFaceRecognizer.h index a7fbd2d..5419047 100644 --- a/inc/FUixVisionFaceRecognizer.h +++ b/inc/FUixVisionFaceRecognizer.h @@ -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 Application Filtering. + * @remarks Before calling this method, check whether the feature is supported by %Tizen::System::SystemInfo::GetValue() methods. + */ result Construct(void); -- 2.7.4