From fa21c216c6003ff7ca755668799e4a6469fabf9d Mon Sep 17 00:00:00 2001 From: Kyusung Cho Date: Thu, 25 Apr 2013 15:17:37 +0900 Subject: [PATCH] doxygen modification Change-Id: If6b59e18821bac4216630be83ca9a7a896ab0a18 Signed-off-by: Kyusung Cho --- inc/FUixVisionImageFeatureInfo.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/inc/FUixVisionImageFeatureInfo.h b/inc/FUixVisionImageFeatureInfo.h index 8dee917..d4119e7 100644 --- a/inc/FUixVisionImageFeatureInfo.h +++ b/inc/FUixVisionImageFeatureInfo.h @@ -46,7 +46,7 @@ class _OSP_EXPORT_ ImageFeatureInfo { public: - /* + /** * Gets detail description for feature set. * * @since 2.1 @@ -56,7 +56,7 @@ public: */ Tizen::Base::String GetDescription(void) const; - /* + /** * Gets width of thumbnail image. * * @since 2.1 @@ -66,7 +66,7 @@ public: */ int GetThumbnailWidth(void) const; - /* + /** * Gets height of thumbnail image. * * @since 2.1 -- 2.7.4