From be5b6d8df826f3f0a2202f43ef02ce6c6f529745 Mon Sep 17 00:00:00 2001 From: Hyunsoo Park Date: Thu, 14 Jul 2022 11:20:08 +0900 Subject: [PATCH] docs: fix typo [Version] 0.12.12-0 [Issue type] doc update Change-Id: I660abc56ae1ae60ac39139197d1170fb8b9e88be Signed-off-by: Hyunsoo Park --- include/mv_barcode_detect.h | 10 +++++----- include/mv_barcode_generate.h | 4 ++-- packaging/capi-media-vision.spec | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/include/mv_barcode_detect.h b/include/mv_barcode_detect.h index b34f946..5a30341 100644 --- a/include/mv_barcode_detect.h +++ b/include/mv_barcode_detect.h @@ -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 diff --git a/include/mv_barcode_generate.h b/include/mv_barcode_generate.h index 4a68a8b..aaaa2b4 100644 --- a/include/mv_barcode_generate.h +++ b/include/mv_barcode_generate.h @@ -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 diff --git a/packaging/capi-media-vision.spec b/packaging/capi-media-vision.spec index f3c228b..13ef166 100644 --- a/packaging/capi-media-vision.spec +++ b/packaging/capi-media-vision.spec @@ -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 -- 2.7.4