Resolving doxygen link issue sdk tutorial submit/tizen_2.2/20131107.062223
authorsanthosh.au <santhosh.au@samsung.com>
Mon, 28 Oct 2013 14:16:29 +0000 (19:46 +0530)
committersanthosh.au <santhosh.au@samsung.com>
Mon, 28 Oct 2013 14:16:29 +0000 (19:46 +0530)
Change-Id: I3069f0d00a0ae11736838e586eec7a978c14252b
Signed-off-by: santhosh.au <santhosh.au@samsung.com>
inc/FUixVisionImageFeatureInfo.h
inc/FUixVisionImageRecognizer.h
inc/FUixVisionQrCodeRecognizer.h

index 2be1f18..e891570 100644 (file)
@@ -39,7 +39,7 @@ namespace Tizen { namespace Uix { namespace Vision
  *
  * The %ImageFeatureInfo class holds information on the individual image feature data that is present in an image feature set.
  *
- * @see      Tizen::Uix::Vision::ImageFeatureManager()
+ * @see      Tizen::Uix::Vision::ImageFeatureManager
  */
 class _OSP_EXPORT_ ImageFeatureInfo
     : public Tizen::Base::Object
index e4b1620..c9af6a8 100644 (file)
@@ -212,7 +212,7 @@ public:
      * @return       The count of the recognized image object
      *
      * @remarks      The recognized object has an index value that ranges from @c 0 to (count of the recognized image objects) @c - 1.
-     * @see          GetRecognizedObject(int)
+     * @see          GetRecognizedObject()
      */
     int GetRecognizedObjectCount(void);
 
index 6501b1c..f0545ea 100644 (file)
@@ -199,7 +199,7 @@ public:
      * @return       The count of the recognized QR code object
      *
      * @remarks      The recognized QR code object has an index value that ranges from @c 0 to (count of the recognized QR code objects) @c - 1.
-     * @see          GetRecognizedObject(int)
+     * @see          GetRecognizedObject()
      */
     int GetRecognizedObjectCount(void);