remove Doxygen warning
authorMinkyoung Kang <mklove.kang@samsung.com>
Wed, 10 Apr 2013 02:24:50 +0000 (11:24 +0900)
committerMinkyoung Kang <mklove.kang@samsung.com>
Wed, 10 Apr 2013 02:24:50 +0000 (11:24 +0900)
Change-Id: I58a78a1b496a7839d60735d91944c5fde9999424

inc/FUixVisionImageFeatureManager.h
inc/FUixVisionQrCodeGenerator.h

index 2036db3..6c92083 100644 (file)
@@ -241,7 +241,7 @@ public:
      *
      * @return      pointer to ImageFeatureInfo
      *
-     * @param[in]   index       Feature index in feature set.
+     * @param[in]   featureIndex       Feature index in feature set.
      * @see
      */
     const Tizen::Uix::Vision::ImageFeatureInfo* GetImageFeatureInfo(int featureIndex) const;
index fd5c067..a3d6e86 100644 (file)
@@ -129,7 +129,7 @@ public:
      * @return       A pointer to the ByteBuffer instance containing the generated QR code image
      * @param[in]    message                  Text to be encoded to QR code image
      * @param[in]    mode                     Input text encoding format (QR_MODE_ALPHANUMERIC, QR_MODE_BYTE, QR_MODE_UTF8)
-     * @param[in]    errorCorrectionLevel     QR code error correction level
+     * @param[in]    error_level     QR code error correction level
      * @param[in]    compatibility            Compatibility mode with zxing library for UTF-8 codes mode when mode is selected with QR_MODE_UTF8
      * @param[out]   width                    Width of the generated QR code image
      * @param[out]   height                   Height of the generated QR code image