docs: fix typo 27/277827/1 accepted/tizen/unified/20220715.141311 submit/tizen/20220714.054227
authorHyunsoo Park <hance.park@samsung.com>
Thu, 14 Jul 2022 02:20:08 +0000 (11:20 +0900)
committerHyunsoo Park <hance.park@samsung.com>
Thu, 14 Jul 2022 02:20:49 +0000 (11:20 +0900)
 [Version] 0.12.12-0
 [Issue type] doc update

Change-Id: I660abc56ae1ae60ac39139197d1170fb8b9e88be
Signed-off-by: Hyunsoo Park <hance.park@samsung.com>
include/mv_barcode_detect.h
include/mv_barcode_generate.h
packaging/capi-media-vision.spec

index b34f946..5a30341 100644 (file)
@@ -44,7 +44,7 @@ extern "C" {
 #define MV_BARCODE_DETECT_ATTR_TARGET "MV_BARCODE_DETECT_ATTR_TARGET"  /**< Target: 0-all, 1-1D, 2-2D*/
 
 /**
- * @brief Use MV_BARCODE_DETECT_ATTR_ROTATION_DEGREE
+ * @brief Use #MV_BARCODE_DETECT_ATTR_ROTATION_DEGREE
  *        to set rotation degree attribute of the engine configuration.
  *
  * @since_tizen 6.5
@@ -54,11 +54,11 @@ extern "C" {
 #define MV_BARCODE_DETECT_ATTR_ROTATION_DEGREES "MV_BARCODE_DETECT_ATTR_ROTATION_DEGREES"
 
 /**
- * @brief Use MV_BARCODE_DETECT_ATTR_ROTATION_COUNT
+ * @brief Use #MV_BARCODE_DETECT_ATTR_ROTATION_COUNT
  *        to set rotation count attribute of the engine configuration.
  * @details If #MV_BARCODE_DETECT_ATTR_ROTATION_DEGREES, #MV_BARCODE_DETECT_ATTR_ROTATION_COUNT,
  *          and #MV_BARCODE_DETECT_ATTR_ROTATION_DIRECTION are set to
- *          20, 9, and MV_BARCODE_DETECT_ATTR_ROTATION_CLOCKWISE, respectively,\n
+ *          20, 9, and #MV_BARCODE_DETECT_ATTR_ROTATION_CLOCKWISE, respectively,\n
  *          detection will be tried with 20, 40, 60, ... 180 degrees as well as 0 degrees.\n
  *          Similarly, -20, -40, -60, ... will be tried for #MV_BARCODE_DETECT_ATTR_ROTATION_COUNTER_CLOCKWISE and
  *          -20, +20, -40, +40, ... will be tried iteratively for #MV_BARCODE_DETECT_ATTR_ROTATION_ALL.
@@ -71,7 +71,7 @@ extern "C" {
 #define MV_BARCODE_DETECT_ATTR_ROTATION_COUNT "MV_BARCODE_DETECT_ATTR_ROTATION_COUNT"
 
 /**
- * @brief Use MV_BARCODE_DETECT_ATTR_ROTATION_DIRECTION
+ * @brief Use #MV_BARCODE_DETECT_ATTR_ROTATION_DIRECTION
  *        to set rotation direction attribute of the engine configuration.
  *
  * @since_tizen 6.5
@@ -82,7 +82,7 @@ extern "C" {
 #define MV_BARCODE_DETECT_ATTR_ROTATION_DIRECTION "MV_BARCODE_DETECT_ATTR_ROTATION_DIRECTION"
 
 /**
- * @brief Use MV_BARCODE_DETECT_ATTR_USE_ENHANCEMENT
+ * @brief Use #MV_BARCODE_DETECT_ATTR_USE_ENHANCEMENT
  *        to enable image quality enhancement attribute of the engine configuration.
  *
  * @since_tizen 6.5
index 4a68a8b..aaaa2b4 100644 (file)
@@ -87,7 +87,7 @@ typedef enum {
  * @remarks If the text attribute of engine configuration is set to
  *          #MV_BARCODE_GENERATE_ATTR_TEXT_VISIBLE,
  *          #MEDIA_VISION_ERROR_INVALID_OPERATION will be returned
- *          when @a type is MV_BARCODE_QR
+ *          when @a type is #MV_BARCODE_QR
  *
  * @param [in]  engine_cfg      The handle to the configuration of the engine
  * @param [in]  message         The message to be encoded in the barcode
@@ -136,7 +136,7 @@ int mv_barcode_generate_source(
  * @remarks If the text attribute of engine configuration is set to
  *          #MV_BARCODE_GENERATE_ATTR_TEXT_VISIBLE,
  *          #MEDIA_VISION_ERROR_INVALID_OPERATION will be returned
- *          when @a type is MV_BARCODE_QR
+ *          when @a type is #MV_BARCODE_QR
  *
  * @remarks The mediastorage privilege %http://tizen.org/privilege/mediastorage is needed \n
  *          if @a image_path is relevant to media storage.\n
index f3c228b..13ef166 100644 (file)
@@ -1,6 +1,6 @@
 Name:        capi-media-vision
 Summary:     Media Vision library for Tizen Native API
-Version:     0.12.11
+Version:     0.12.12
 Release:     0
 Group:       Multimedia/Framework
 License:     Apache-2.0 and BSD-3-Clause