diff --git a/multimedia/image_framework/include/image/image_packer_native.h b/multimedia/image_framework/include/image/image_packer_native.h
index 4078a60da1c9ca514b5938390b10b486b438eb7f..dbb1b159ca7bf6c3eb6662d200147d37d4cfcf57 100644
--- a/multimedia/image_framework/include/image/image_packer_native.h
+++ b/multimedia/image_framework/include/image/image_packer_native.h
@@ -327,7 +327,7 @@ Image_ErrorCode OH_PackingOptionsForSequence_Release(OH_PackingOptionsForSequenc
/**
* @brief Create a pointer for OH_ImagePackerNative struct.
*
- * @param options The OH_ImagePackerNative pointer will be operated.
+ * @param imagePacker The OH_ImagePackerNative pointer will be operated.
* @return Returns {@link Image_ErrorCode}
* @since 12
*/
@@ -469,5 +469,5 @@ Image_ErrorCode OH_ImagePackerNative_Release(OH_ImagePackerNative *imagePacker);
#ifdef __cplusplus
};
#endif
-/* *@} */
+/** @} */
#endif // INTERFACES_KITS_NATIVE_INCLUDE_IMAGE_IMAGE_PACKER_NATIVE_H_
\ No newline at end of file
diff --git a/multimedia/image_framework/include/image/image_source_native.h b/multimedia/image_framework/include/image/image_source_native.h
index 7e54b94ef5f383016d0166855b7eb20ffd07396e..f2195ce322032ae39e2ffc8f107f3897bc9411ef 100644
--- a/multimedia/image_framework/include/image/image_source_native.h
+++ b/multimedia/image_framework/include/image/image_source_native.h
@@ -351,9 +351,9 @@ Image_ErrorCode OH_ImageSourceNative_CreateFromRawFile(RawFileDescriptor *rawFil
* based on the specified {@link OH_DecodingOptions} struct.
*
* @param source Indicates a void pointer(from ImageSource pointer convert).
- * @param options Indicates a pointer to the options for decoding the image source.
+ * @param options Indicates a pointer to the options for decoding the image source.
* For details, see {@link OH_DecodingOptions}.
- * @param resPixMap Indicates a void pointer to the Pixelmap object obtained at the C++ native layer.
+ * @param pixelmap Indicates a void pointer to the Pixelmap object obtained at the C++ native layer.
* @return Returns {@link Image_ErrorCode}
* @since 12
*/
@@ -448,7 +448,7 @@ Image_ErrorCode OH_ImageSourceNative_ModifyImageProperty(OH_ImageSourceNative *s
* @brief Obtains the number of frames from an ImageSource object.
*
* @param source Indicates a pointer to the {@link OH_ImageSource} object at the C++ native layer.
- * @param res Indicates a pointer to the number of frames obtained.
+ * @param frameCount Indicates a pointer to the number of frames obtained.
* @return Returns {@link Image_ErrorCode}
* @since 12
*/
diff --git a/multimedia/image_framework/include/image/picture_native.h b/multimedia/image_framework/include/image/picture_native.h
index 42eed5065322b58ecc4cece094d222f4d51080f0..1602c85b02def7d04b60bfabc0df01f45b14a950 100644
--- a/multimedia/image_framework/include/image/picture_native.h
+++ b/multimedia/image_framework/include/image/picture_native.h
@@ -19,7 +19,7 @@
*
* @brief Provides APIs for obtaining picture data and information.
*
- * @Syscap SystemCapability.Multimedia.Image.Core
+ * @syscap SystemCapability.Multimedia.Image.Core
* @since 13
*/
@@ -30,7 +30,7 @@
*
* @library libpicture.so
* @kit ImageKit
- * @Syscap SystemCapability.Multimedia.Image.Core
+ * @syscap SystemCapability.Multimedia.Image.Core
* @since 13
*/
#ifndef INTERFACES_KITS_NATIVE_INCLUDE_IMAGE_PICTURE_NATIVE_H_
diff --git a/multimedia/image_framework/include/image_mdk.h b/multimedia/image_framework/include/image_mdk.h
index 3b3653658e506918f8ead3b6f06312263f6a0216..053fbde05571147789851c2019d9eea8cdd7997f 100644
--- a/multimedia/image_framework/include/image_mdk.h
+++ b/multimedia/image_framework/include/image_mdk.h
@@ -19,7 +19,7 @@
*
* @brief Provides APIs for access to the image interface.
*
- * @Syscap SystemCapability.Multimedia.Image
+ * @syscap SystemCapability.Multimedia.Image
* @since 10
* @version 2.0
*/
@@ -30,7 +30,9 @@
* @brief Declares functions that access the image rectangle, size, format, and component data.
* Need link libimagendk.z.so
*
+ * @library libimage_ndk.z.so
* @kit ImageKit
+ * @syscap SystemCapability.Multimedia.Image
* @since 10
* @version 2.0
*/
diff --git a/multimedia/image_framework/include/image_mdk_common.h b/multimedia/image_framework/include/image_mdk_common.h
index 2ed208982e4c74eadb7fcfee877136e1b16ed3c0..dcd81eed73c6a1ad56e0811d76979758e87332f7 100644
--- a/multimedia/image_framework/include/image_mdk_common.h
+++ b/multimedia/image_framework/include/image_mdk_common.h
@@ -19,7 +19,7 @@
*
* @brief Provides APIs for access to the image interface.
*
- * @Syscap SystemCapability.Multimedia.Image
+ * @syscap SystemCapability.Multimedia.Image
* @since 10
* @version 2.0
*/
@@ -29,7 +29,9 @@
*
* @brief Declares the common enums and structs used by the image interface.
*
+ * @library NA
* @kit ImageKit
+ * @syscap SystemCapability.Multimedia.Image
* @since 10
* @version 2.0
*/
diff --git a/multimedia/image_framework/include/image_packer_mdk.h b/multimedia/image_framework/include/image_packer_mdk.h
index 48a26cf4cb91cef44d11e4c944f729339be21203..c7783cfc09a86d1f83794bb580fffa92b036468d 100644
--- a/multimedia/image_framework/include/image_packer_mdk.h
+++ b/multimedia/image_framework/include/image_packer_mdk.h
@@ -95,7 +95,7 @@ typedef struct ImagePacker_Opts_ ImagePacker_Opts;
* @return Returns {@link IRNdkErrCode} IMAGE_RESULT_SUCCESS - if the operation is successful.
* returns {@link IRNdkErrCode} IMAGE_RESULT_INVALID_PARAMETER - if invalid parameter.
*
- * @Syscap SystemCapability.Multimedia.Image
+ * @syscap SystemCapability.Multimedia.Image
* @since 11
* @version 4.1
*/
diff --git a/multimedia/image_framework/include/image_pixel_map_mdk.h b/multimedia/image_framework/include/image_pixel_map_mdk.h
index b05dc9ca782afa1d6ffa898d34dabdd9c8ef52d1..7a3fcb937e6473975ad3272a6559b2251140e1e2 100644
--- a/multimedia/image_framework/include/image_pixel_map_mdk.h
+++ b/multimedia/image_framework/include/image_pixel_map_mdk.h
@@ -19,7 +19,7 @@
*
* @brief Provides APIs for obtaining pixel map data and information.
*
- * @Syscap SystemCapability.Multimedia.Image
+ * @syscap SystemCapability.Multimedia.Image
* @since 10
* @version 1.0
*/
@@ -30,7 +30,9 @@
* @brief Declares the APIs that can lock, access, and unlock a pixel map.
* Need link libpixelmapndk.z.so
*
+ * @library libpixelmap_ndk.z.so
* @kit ImageKit
+ * @syscap SystemCapability.Multimedia.Image
* @since 10
* @version 1.0
*/
diff --git a/multimedia/image_framework/include/image_pixel_map_napi.h b/multimedia/image_framework/include/image_pixel_map_napi.h
index 3608dac13213be26c482e4676e39372d4f95ecd9..1f9e22d24e7bc08d0b9d8d19f6fdf28a1d6b2acf 100644
--- a/multimedia/image_framework/include/image_pixel_map_napi.h
+++ b/multimedia/image_framework/include/image_pixel_map_napi.h
@@ -19,7 +19,7 @@
*
* @brief Provides APIs for obtaining pixel map data and information.
*
- * @Syscap SystemCapability.Multimedia.Image
+ * @syscap SystemCapability.Multimedia.Image
* @since 8
* @version 1.0
*/
@@ -29,7 +29,9 @@
*
* @brief Declares the APIs that can lock, access, and unlock a pixel map.
*
+ * @library libpixelmap_ndk.z.so
* @kit ImageKit
+ * @syscap SystemCapability.Multimedia.Image
* @since 8
* @version 1.0
*/
diff --git a/multimedia/image_framework/include/image_receiver_mdk.h b/multimedia/image_framework/include/image_receiver_mdk.h
index 1033f0bfe79d7d68d154e1b4e8158720e5c4e72f..9f90dc94720a83d82ce92f06d90a0c1aae98f0a3 100644
--- a/multimedia/image_framework/include/image_receiver_mdk.h
+++ b/multimedia/image_framework/include/image_receiver_mdk.h
@@ -19,7 +19,7 @@
*
* @brief Provides APIs for obtaining image data from the native layer.
*
- * @Syscap SystemCapability.Multimedia.Image
+ * @syscap SystemCapability.Multimedia.Image
* @since 10
* @version 2.0
*/
@@ -30,7 +30,9 @@
* @brief Declares the APIs for obtaining image data from the native layer.
* Need link libimagendk.z.so and libimage_receiverndk.z.so
*
+ * @library libimage_receiver_ndk.z.so
* @kit ImageKit
+ * @syscap SystemCapability.Multimedia.Image
* @since 10
* @version 2.0
*/
diff --git a/multimedia/image_framework/include/image_source_mdk.h b/multimedia/image_framework/include/image_source_mdk.h
index 91b4b5abdf7f1a786a26eef0921a3a0433ad71c6..2625dc56c27d91e395a3d7a5f504d41c3daceb14 100644
--- a/multimedia/image_framework/include/image_source_mdk.h
+++ b/multimedia/image_framework/include/image_source_mdk.h
@@ -19,7 +19,7 @@
*
* @brief Provides native APIs for image sources.
*
- * @Syscap SystemCapability.Multimedia.Image
+ * @syscap SystemCapability.Multimedia.Image
* @since 10
* @version 4.0
*/
@@ -29,8 +29,9 @@
*
* @brief Declares APIs for decoding an image source into a pixel map.
*
+ * @library libimage_source_ndk.z.so
* @kit ImageKit
- * @Syscap SystemCapability.Multimedia.Image
+ * @syscap SystemCapability.Multimedia.Image
* @since 10
* @version 4.0
*/
@@ -52,7 +53,7 @@ extern "C" {
/**
* @brief Defines a native image source object for the image source APIs.
*
- * @Syscap SystemCapability.Multimedia.Image
+ * @syscap SystemCapability.Multimedia.Image
* @since 10
* @version 4.0
*/
@@ -61,7 +62,7 @@ struct ImageSourceNative_;
/**
* @brief Defines a native image source object for the image source APIs.
*
- * @Syscap SystemCapability.Multimedia.Image
+ * @syscap SystemCapability.Multimedia.Image
* @since 10
* @version 4.0
*/
@@ -72,7 +73,7 @@ typedef struct ImageSourceNative_ ImageSourceNative;
* It is used in {@link OH_ImageSource_GetImageProperty} and {@link OH_ImageSource_ModifyImageProperty}.\n
* Add static keyword since API 12, it is used to limit the scope of the constant to a single file.\n
*
- * @Syscap SystemCapability.Multimedia.Image
+ * @syscap SystemCapability.Multimedia.Image
* @since 10
* @version 4.0
*/
@@ -83,7 +84,7 @@ static const char* OHOS_IMAGE_PROPERTY_BITS_PER_SAMPLE = "BitsPerSample";
* It is used in {@link OH_ImageSource_GetImageProperty} and {@link OH_ImageSource_ModifyImageProperty}.\n
* Add static keyword since API 12, it is used to limit the scope of the constant to a single file.\n
*
- * @Syscap SystemCapability.Multimedia.Image
+ * @syscap SystemCapability.Multimedia.Image
* @since 10
* @version 4.0
*/
@@ -94,7 +95,7 @@ static const char* OHOS_IMAGE_PROPERTY_ORIENTATION = "Orientation";
* It is used in {@link OH_ImageSource_GetImageProperty} and {@link OH_ImageSource_ModifyImageProperty}.\n
* Add static keyword since API 12, it is used to limit the scope of the constant to a single file.\n
*
- * @Syscap SystemCapability.Multimedia.Image
+ * @syscap SystemCapability.Multimedia.Image
* @since 10
* @version 4.0
*/
@@ -105,7 +106,7 @@ static const char* OHOS_IMAGE_PROPERTY_IMAGE_LENGTH = "ImageLength";
* It is used in {@link OH_ImageSource_GetImageProperty} and {@link OH_ImageSource_ModifyImageProperty}.\n
* Add static keyword since API 12, it is used to limit the scope of the constant to a single file.\n
*
- * @Syscap SystemCapability.Multimedia.Image
+ * @syscap SystemCapability.Multimedia.Image
* @since 10
* @version 4.0
*/
@@ -116,7 +117,7 @@ static const char* OHOS_IMAGE_PROPERTY_IMAGE_WIDTH = "ImageWidth";
* It is used in {@link OH_ImageSource_GetImageProperty} and {@link OH_ImageSource_ModifyImageProperty}.\n
* Add static keyword since API 12, it is used to limit the scope of the constant to a single file.\n
*
- * @Syscap SystemCapability.Multimedia.Image
+ * @syscap SystemCapability.Multimedia.Image
* @since 10
* @version 4.0
*/
@@ -127,7 +128,7 @@ static const char* OHOS_IMAGE_PROPERTY_GPS_LATITUDE = "GPSLatitude";
* It is used in {@link OH_ImageSource_GetImageProperty} and {@link OH_ImageSource_ModifyImageProperty}.\n
* Add static keyword since API 12, it is used to limit the scope of the constant to a single file.\n
*
- * @Syscap SystemCapability.Multimedia.Image
+ * @syscap SystemCapability.Multimedia.Image
* @since 10
* @version 4.0
*/
@@ -138,7 +139,7 @@ static const char* OHOS_IMAGE_PROPERTY_GPS_LONGITUDE = "GPSLongitude";
* It is used in {@link OH_ImageSource_GetImageProperty} and {@link OH_ImageSource_ModifyImageProperty}.\n
* Add static keyword since API 12, it is used to limit the scope of the constant to a single file.\n
*
- * @Syscap SystemCapability.Multimedia.Image
+ * @syscap SystemCapability.Multimedia.Image
* @since 10
* @version 4.0
*/
@@ -149,7 +150,7 @@ static const char* OHOS_IMAGE_PROPERTY_GPS_LATITUDE_REF = "GPSLatitudeRef";
* It is used in {@link OH_ImageSource_GetImageProperty} and {@link OH_ImageSource_ModifyImageProperty}.\n
* Add static keyword since API 12, it is used to limit the scope of the constant to a single file.\n
*
- * @Syscap SystemCapability.Multimedia.Image
+ * @syscap SystemCapability.Multimedia.Image
* @since 10
* @version 4.0
*/
@@ -160,7 +161,7 @@ static const char* OHOS_IMAGE_PROPERTY_GPS_LONGITUDE_REF = "GPSLongitudeRef";
* It is used in {@link OH_ImageSource_GetImageProperty} and {@link OH_ImageSource_ModifyImageProperty}.\n
* Add static keyword since API 12, it is used to limit the scope of the constant to a single file.\n
*
- * @Syscap SystemCapability.Multimedia.Image
+ * @syscap SystemCapability.Multimedia.Image
* @since 10
* @version 4.0
*/
@@ -171,7 +172,7 @@ static const char* OHOS_IMAGE_PROPERTY_DATE_TIME_ORIGINAL = "DateTimeOriginal";
* It is used in {@link OH_ImageSource_GetImageProperty} and {@link OH_ImageSource_ModifyImageProperty}.\n
* Add static keyword since API 12, it is used to limit the scope of the constant to a single file.\n
*
- * @Syscap SystemCapability.Multimedia.Image
+ * @syscap SystemCapability.Multimedia.Image
* @since 10
* @version 4.0
*/
@@ -182,7 +183,7 @@ static const char* OHOS_IMAGE_PROPERTY_EXPOSURE_TIME = "ExposureTime";
* It is used in {@link OH_ImageSource_GetImageProperty} and {@link OH_ImageSource_ModifyImageProperty}.\n
* Add static keyword since API 12, it is used to limit the scope of the constant to a single file.\n
*
- * @Syscap SystemCapability.Multimedia.Image
+ * @syscap SystemCapability.Multimedia.Image
* @since 10
* @version 4.0
*/
@@ -193,7 +194,7 @@ static const char* OHOS_IMAGE_PROPERTY_SCENE_TYPE = "SceneType";
* It is used in {@link OH_ImageSource_GetImageProperty} and {@link OH_ImageSource_ModifyImageProperty}.\n
* Add static keyword since API 12, it is used to limit the scope of the constant to a single file.\n
*
- * @Syscap SystemCapability.Multimedia.Image
+ * @syscap SystemCapability.Multimedia.Image
* @since 10
* @version 4.0
*/
@@ -204,7 +205,7 @@ static const char* OHOS_IMAGE_PROPERTY_ISO_SPEED_RATINGS = "ISOSpeedRatings";
* It is used in {@link OH_ImageSource_GetImageProperty} and {@link OH_ImageSource_ModifyImageProperty}.\n
* Add static keyword since API 12, it is used to limit the scope of the constant to a single file.\n
*
- * @Syscap SystemCapability.Multimedia.Image
+ * @syscap SystemCapability.Multimedia.Image
* @since 10
* @version 4.0
*/
@@ -215,7 +216,7 @@ static const char* OHOS_IMAGE_PROPERTY_F_NUMBER = "FNumber";
* It is used in {@link OH_ImageSource_GetImageProperty} and {@link OH_ImageSource_ModifyImageProperty}.\n
* Add static keyword since API 12, it is used to limit the scope of the constant to a single file.\n
*
- * @Syscap SystemCapability.Multimedia.Image
+ * @syscap SystemCapability.Multimedia.Image
* @since 10
* @version 4.0
*/
@@ -226,7 +227,7 @@ static const char* OHOS_IMAGE_PROPERTY_COMPRESSED_BITS_PER_PIXEL = "CompressedBi
* It is used in {@link OhosImageDecodingOps}, {@link OH_ImageSource_CreatePixelMap}, and
* {@link OH_ImageSource_CreatePixelMapList}.
*
- * @Syscap SystemCapability.Multimedia.Image
+ * @syscap SystemCapability.Multimedia.Image
* @since 10
* @version 4.0
*/
@@ -245,7 +246,7 @@ struct OhosImageRegion {
* @brief Defines image source options infomation
* {@link OH_ImageSource_Create} and {@link OH_ImageSource_CreateIncremental}.
*
- * @Syscap SystemCapability.Multimedia.Image
+ * @syscap SystemCapability.Multimedia.Image
* @since 10
* @version 4.0
*/
@@ -262,7 +263,7 @@ struct OhosImageSourceOps {
* @brief Defines the options for decoding the image source.
* It is used in {@link OH_ImageSource_CreatePixelMap} and {@link OH_ImageSource_CreatePixelMapList}.
*
- * @Syscap SystemCapability.Multimedia.Image
+ * @syscap SystemCapability.Multimedia.Image
* @since 10
* @version 4.0
*/
@@ -288,7 +289,7 @@ struct OhosImageDecodingOps {
/**
* @brief Defines the image source information, which is obtained by calling {@link OH_ImageSource_GetImageInfo}.
*
- * @Syscap SystemCapability.Multimedia.Image
+ * @syscap SystemCapability.Multimedia.Image
* @since 10
* @version 4.0
*/
@@ -309,7 +310,7 @@ struct OhosImageSourceInfo {
* @brief Defines the input resource of the image source. It is obtained by calling {@link OH_ImageSource_Create}.
* Only one type of resource is accepted at a time.
*
- * @Syscap SystemCapability.Multimedia.Image
+ * @syscap SystemCapability.Multimedia.Image
* @since 10
* @version 4.0
* @deprecated since 11
@@ -331,7 +332,7 @@ struct OhosImageSource {
* @brief Defines the delay time list of the image source. It is obtained by calling
* {@link OH_ImageSource_GetDelayTime}.
*
- * @Syscap SystemCapability.Multimedia.Image
+ * @syscap SystemCapability.Multimedia.Image
* @since 10
* @version 4.0
*/
@@ -346,7 +347,7 @@ struct OhosImageSourceDelayTimeList {
* @brief Defines image source supported format string.
* {@link OhosImageSourceSupportedFormatList} and {@link OH_ImageSource_GetSupportedFormats}
*
- * @Syscap SystemCapability.Multimedia.Image
+ * @syscap SystemCapability.Multimedia.Image
* @since 10
* @version 4.0
*/
@@ -361,7 +362,7 @@ struct OhosImageSourceSupportedFormat {
* @brief Defines the format string list supported by the image source.
* It is obtained by calling {@link OH_ImageSource_GetSupportedFormats}.
*
- * @Syscap SystemCapability.Multimedia.Image
+ * @syscap SystemCapability.Multimedia.Image
* @since 10
* @version 4.0
*/
@@ -376,7 +377,7 @@ struct OhosImageSourceSupportedFormatList {
* @brief Defines the property string (in key-value format) of the image source.
* It is used in {@link OH_ImageSource_GetImageProperty} and {@link OH_ImageSource_ModifyImageProperty}.
*
- * @Syscap SystemCapability.Multimedia.Image
+ * @syscap SystemCapability.Multimedia.Image
* @since 10
* @version 4.0
*/
@@ -390,7 +391,7 @@ struct OhosImageSourceProperty {
/**
* @brief Defines the update data of the image source. It is obtained by calling {@link OH_ImageSource_UpdateData}.
*
- * @Syscap SystemCapability.Multimedia.Image
+ * @syscap SystemCapability.Multimedia.Image
* @since 10
* @version 4.0
*/
@@ -436,7 +437,7 @@ struct OhosImageSourceUpdateData {
* returns {@link IRNdkErrCode} IMAGE_RESULT_FREAD_FAILED - if read file failed.
* @see {@link OhosImageSource}, {@link OhosImageSourceOps}
*
- * @Syscap SystemCapability.Multimedia.Image
+ * @syscap SystemCapability.Multimedia.Image
* @since 10
* @version 4.0
* @deprecated since 11
@@ -463,7 +464,7 @@ int32_t OH_ImageSource_Create(napi_env env, struct OhosImageSource* src,
* returns {@link IRNdkErrCode} IMAGE_RESULT_INVALID_PARAMETER - if invalid parameter.
* @see {@link OhosImageSourceOps}
*
- * @Syscap SystemCapability.Multimedia.Image
+ * @syscap SystemCapability.Multimedia.Image
* @since 11
* @version 4.1
*/
@@ -485,7 +486,7 @@ int32_t OH_ImageSource_CreateFromUri(napi_env env, char* uri, size_t size,
* returns {@link IRNdkErrCode} IMAGE_RESULT_INVALID_PARAMETER - if invalid parameter.
* @see {@link OhosImageSourceOps}
*
- * @Syscap SystemCapability.Multimedia.Image
+ * @syscap SystemCapability.Multimedia.Image
* @since 11
* @version 4.1
*/
@@ -508,7 +509,7 @@ int32_t OH_ImageSource_CreateFromFd(napi_env env, int32_t fd,
* returns {@link IRNdkErrCode} IMAGE_RESULT_INVALID_PARAMETER - if invalid parameter.
* @see {@link OhosImageSourceOps}
*
- * @Syscap SystemCapability.Multimedia.Image
+ * @syscap SystemCapability.Multimedia.Image
* @since 11
* @version 4.1
*/
@@ -530,7 +531,7 @@ int32_t OH_ImageSource_CreateFromData(napi_env env, uint8_t* data, size_t dataSi
* returns {@link IRNdkErrCode} IMAGE_RESULT_INVALID_PARAMETER - if invalid parameter.
* @see {@link OhosImageSourceOps}
*
- * @Syscap SystemCapability.Multimedia.Image
+ * @syscap SystemCapability.Multimedia.Image
* @since 11
* @version 4.1
*/
@@ -568,7 +569,7 @@ int32_t OH_ImageSource_CreateFromRawFile(napi_env env, RawFileDescriptor rawFile
* returns {@link IRNdkErrCode} IMAGE_RESULT_FREAD_FAILED - if read file failed.
* @see {@link OhosImageSource}, {@link OhosImageSourceOps}, {@link OH_ImageSource_UpdateData}
*
- * @Syscap SystemCapability.Multimedia.Image
+ * @syscap SystemCapability.Multimedia.Image
* @since 10
* @version 4.0
* @deprecated since 11
@@ -594,7 +595,7 @@ int32_t OH_ImageSource_CreateIncremental(napi_env env, struct OhosImageSource* s
* returns {@link IRNdkErrCode} IMAGE_RESULT_INVALID_PARAMETER - if invalid parameter.
* @see {@link OhosImageSourceOps}, {@link OH_ImageSource_UpdateData}
*
- * @Syscap SystemCapability.Multimedia.Image
+ * @syscap SystemCapability.Multimedia.Image
* @since 11
* @version 4.1
*/
@@ -617,7 +618,7 @@ int32_t OH_ImageSource_CreateIncrementalFromData(napi_env env, uint8_t* data, si
* returns {@link IRNdkErrCode} IMAGE_RESULT_CHECK_FORMAT_ERROR - if decode fail.
* @see {@link OhosImageSourceSupportedFormatList}, {@link OhosImageSourceSupportedFormat}
*
- * @Syscap SystemCapability.Multimedia.Image
+ * @syscap SystemCapability.Multimedia.Image
* @since 10
* @version 4.0
*/
@@ -633,7 +634,7 @@ int32_t OH_ImageSource_GetSupportedFormats(struct OhosImageSourceSupportedFormat
* returns a null pointer otherwise.
* @see {@link ImageSourceNative}, {@link OH_ImageSource_Release}
*
- * @Syscap SystemCapability.Multimedia.Image
+ * @syscap SystemCapability.Multimedia.Image
* @since 10
* @version 4.0
*/
@@ -678,7 +679,7 @@ ImageSourceNative* OH_ImageSource_InitNative(napi_env env, napi_value source);
* returns {@link IRNdkErrCode} IMAGE_RESULT_ALLOCATER_TYPE_ERROR - if hard decode failed.
* @see {@link ImageSourceNative}, {@link OhosImageDecodingOps}
*
- * @Syscap SystemCapability.Multimedia.Image
+ * @syscap SystemCapability.Multimedia.Image
* @since 10
* @version 4.0
*/
@@ -726,7 +727,7 @@ int32_t OH_ImageSource_CreatePixelMap(const ImageSourceNative* native,
* returns {@link IRNdkErrCode} IMAGE_RESULT_PROPERTY_NOT_EXIST - if image property not exist.
* @see {@link ImageSourceNative}, {@link OhosImageDecodingOps}
*
- * @Syscap SystemCapability.Multimedia.Image
+ * @syscap SystemCapability.Multimedia.Image
* @since 10
* @version 4.0
*/
@@ -761,7 +762,7 @@ int32_t OH_ImageSource_CreatePixelMapList(const ImageSourceNative* native,
* returns {@link IRNdkErrCode} IMAGE_RESULT_PROPERTY_NOT_EXIST - if image property not exist.
* @see {@link ImageSourceNative}, {@link OhosImageSourceDelayTimeList}
*
- * @Syscap SystemCapability.Multimedia.Image
+ * @syscap SystemCapability.Multimedia.Image
* @since 10
* @version 4.0
*/
@@ -793,7 +794,7 @@ int32_t OH_ImageSource_GetDelayTime(const ImageSourceNative* native,
* returns {@link IRNdkErrCode} IMAGE_RESULT_PROPERTY_NOT_EXIST - if image property not exist.
* @see {@link ImageSourceNative}
*
- * @Syscap SystemCapability.Multimedia.Image
+ * @syscap SystemCapability.Multimedia.Image
* @since 10
* @version 4.0
*/
@@ -826,7 +827,7 @@ int32_t OH_ImageSource_GetFrameCount(const ImageSourceNative* native, uint32_t *
* returns {@link IRNdkErrCode} IMAGE_RESULT_PROPERTY_NOT_EXIST - if image property not exist.
* @see {@link ImageSourceNative}, {@link OhosImageSourceInfo}
*
- * @Syscap SystemCapability.Multimedia.Image
+ * @syscap SystemCapability.Multimedia.Image
* @since 10
* @version 4.0
*/
@@ -862,7 +863,7 @@ int32_t OH_ImageSource_GetImageInfo(const ImageSourceNative* native, int32_t ind
* returns {@link IRNdkErrCode} IMAGE_RESULT_PROPERTY_NOT_EXIST - if image property not exist.
* @see {@link ImageSourceNative}, {@link OhosImageSourceProperty}
*
- * @Syscap SystemCapability.Multimedia.Image
+ * @syscap SystemCapability.Multimedia.Image
* @since 10
* @version 4.0
*/
@@ -895,7 +896,7 @@ int32_t OH_ImageSource_GetImageProperty(const ImageSourceNative* native,
* returns {@link IRNdkErrCode} IMAGE_RESULT_PROPERTY_NOT_EXIST - if image property not exist.
* @see {@link ImageSourceNative}, {@link OhosImageSourceProperty}
*
- * @Syscap SystemCapability.Multimedia.Image
+ * @syscap SystemCapability.Multimedia.Image
* @since 10
* @version 4.0
*/
@@ -938,7 +939,7 @@ int32_t OH_ImageSource_ModifyImageProperty(const ImageSourceNative* native,
* returns {@link IRNdkErrCode} IMAGE_RESULT_ALLOCATER_TYPE_ERROR - if hard decode failed.
* @see {@link ImageSourceNative}, {@link OhosImageSourceUpdateData}
*
- * @Syscap SystemCapability.Multimedia.Image
+ * @syscap SystemCapability.Multimedia.Image
* @since 10
* @version 4.0
*/
@@ -957,7 +958,7 @@ int32_t OH_ImageSource_UpdateData(const ImageSourceNative* native, struct OhosIm
* returns {@link IRNdkErrCode} IMAGE_RESULT_DATA_ABNORMAL - if image input data error.
* @see {@link ImageSourceNative}, {@link OH_ImageSource_Create}, {@link OH_ImageSource_CreateIncremental}
*
- * @Syscap SystemCapability.Multimedia.Image
+ * @syscap SystemCapability.Multimedia.Image
* @since 10
* @version 4.0
*/
@@ -965,4 +966,5 @@ int32_t OH_ImageSource_Release(ImageSourceNative* native);
#ifdef __cplusplus
};
#endif
+/** @} */
#endif // INTERFACES_KITS_NATIVE_INCLUDE_IMAGE_SOURCE_MDK_H_