update header for Doxygen
authorMinkyoung Kang <mklove.kang@samsung.com>
Wed, 12 Jun 2013 10:11:49 +0000 (19:11 +0900)
committerMinkyoung Kang <mklove.kang@samsung.com>
Wed, 12 Jun 2013 10:11:49 +0000 (19:11 +0900)
Change-Id: I36272b645451b2ad92754fa8aebd684e22ade5c1

inc/FUixVisionImageFeatureManager.h
inc/FUixVisionImageObject.h
inc/FUixVisionQrCodeGenerator.h
inc/FUixVisionQrCodeObject.h
inc/FUixVisionQrCodeRecognizer.h

index 4f0e2a6..bb975c8 100644 (file)
@@ -187,7 +187,6 @@ public:
      *              - Calling this method actually means 'Mark As Add Feature'.
      *              And the marked feature data will be added to a feature set file after calling Flush().
      * @see         GetSupportedImageFileFormatsListN()
-     *              Flush(const Tizen::Base::String*)
      */
     int AddFeature(const Tizen::Base::String& imagePath);
 
index e735ac1..32ef8b2 100644 (file)
@@ -33,7 +33,7 @@ namespace Tizen { namespace Uix { namespace Vision
 {
 /**
  * @class    ImageObject
- * @brief    This class represents a single image object recognized by ImageRecognizer and provides methods to access information of a recognized image object.
+ * @brief    This class represents a single image object recognized by %ImageRecognizer and provides methods to access information of a recognized image object.
  *
  * @since    2.1
  *
index fe705dc..3564ee9 100644 (file)
@@ -141,9 +141,9 @@ public:
      *
      * @return       An error code
      * @param[in]    message                The text to encode to QR code image
-     * @param[in]    mode                   The input text encoding format (QR_CODE_MODE_ALPHANUMERIC, QR_CODE_MODE_BYTE, QR_CODE_MODE_UTF8)
+     * @param[in]    mode                   The input text encoding format (@c QR_CODE_MODE_ALPHANUMERIC, @c QR_CODE_MODE_BYTE, @c QR_CODE_MODE_UTF8)
      * @param[in]    errorCorrectionLevel   The QR code error correction level
-     * @param[in]    compatibility          The compatibility mode with zxing library for UTF-8 codes mode when mode is selected with QR_MODE_UTF8
+     * @param[in]    compatibility          The compatibility mode with zxing library for UTF-8 codes mode when mode is selected with @c QR_MODE_UTF8
      * @param[in]    imageFilePath          The file path of the generated QR code image
      * @param[in]    imageFormat            The image file format of the generated QR code image
      * @param[out]   width                  The width of the generated QR code image
@@ -164,9 +164,9 @@ public:
      *
      * @return       A pointer to the Tizen::Base::ByteBuffer instance containing the generated QR code image
      * @param[in]    message                  The text to encode to QR code image
-     * @param[in]    mode                     The input text encoding format (QR_CODE_MODE_ALPHANUMERIC, QR_CODE_MODE_BYTE, QR_CODE_MODE_UTF8)
+     * @param[in]    mode                     The input text encoding format (@c QR_CODE_MODE_ALPHANUMERIC, @c QR_CODE_MODE_BYTE, @c QR_CODE_MODE_UTF8)
      * @param[in]    error_level              The QR code error correction level
-     * @param[in]    compatibility            The compatibility mode with zxing library for UTF-8 codes mode when mode is selected with QR_CODE_MODE_UTF8
+     * @param[in]    compatibility            The compatibility mode with zxing library for UTF-8 codes mode when mode is selected with @c QR_CODE_MODE_UTF8
      * @param[out]   width                    The width of the generated QR code image
      * @param[out]   height                   The height of the generated QR code image
      * @exception    E_SUCCESS                The method is successful.
index 653ba62..a0b4b96 100644 (file)
@@ -36,7 +36,7 @@ namespace Tizen { namespace Uix { namespace Vision
 
 /**
  * @class    QrCodeObject
- * @brief    This class represents a single QR code object recognized by QrCodeRecognizer and provides the method to access information of the recognized QR code object.
+ * @brief    This class represents a single QR code object recognized by %QrCodeRecognizer and provides the method to access information of the recognized QR code object.
  *
  * @since    2.1
  *
index 79ee363..d92badf 100644 (file)
@@ -173,7 +173,6 @@ public:
      * @exception    E_SUCCESS          The method is successful.
      * @exception    E_INVALID_ARG      The specified @c imageBuffer is not allocated or the size of @c imageBuffer is not equal to the input image size set by SetImageSize().
      * @exception    E_OUT_OF_MEMORY    The memory is insufficient.
-     * @see          SetImageSize(int, int)
      */
     result ProcessImage(const Tizen::Base::ByteBuffer& imageBuffer);