remove Doxygen warning
[platform/framework/native/vision.git] / inc / FUixVisionQrCodeGenerator.h
index a9e6de5..a3d6e86 100644 (file)
@@ -75,8 +75,13 @@ public:
      * Every application must call Construct() before calling any other method of QRCodeGenerator.
      *
      * @since        2.1
+     *
+     * @feature      %http://tizen.org/feature/vision.qrcode_generation
+     *
      * @exception    E_SUCCESS          The method is successful.
-     * @exception    E_OUT_OF_MEMORY    The memory is insufficient.
+     * @exception    E_UNSUPPORTED_OPERATION   The Emulator or target device does not support the required feature. 
+     * For more information, see <a href="../org.tizen.gettingstarted/html/tizen_overview/application_filtering.htm">Application Filtering</a>.
+     * @remarks      Before calling this method, check whether the feature is supported by %Tizen::System::SystemInfo::GetValue() methods.
      * @see
      */
     result Construct(void);
@@ -124,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