增加@kit标签

Signed-off-by: yangfan <yangfan174@huawei.com>
This commit is contained in:
yangfan 2024-07-15 14:13:59 +08:00
parent 7d05e9b98e
commit acdbf01f7a
13 changed files with 15 additions and 1 deletions

View File

@ -27,6 +27,7 @@
*
* @brief Declares the common enums and structs used by the image interface.
*
* @kit ImageKit
* @syscap SystemCapability.Multimedia.Image.Core
* @since 12
*/

View File

@ -28,6 +28,7 @@
* @brief Declares functions that access the image rectangle, size, format, and component data.
*
* @library libohimage.so
* @kit ImageKit
* @syscap SystemCapability.Multimedia.Image.Core
* @since 12
*/

View File

@ -28,6 +28,7 @@
* @brief Declares APIs for encoding image into data or file.
*
* @library libimage_packer.so
* @kit ImageKit
* @syscap SystemCapability.Multimedia.Image.ImagePacker
* @since 12
*/

View File

@ -27,6 +27,7 @@
*
* @brief Declares the APIs for obtaining image data.
* @library libimage_receiver.so
* @kit ImageKit
* @syscap SystemCapability.Multimedia.Image.ImageReceiver
* @since 12
*/

View File

@ -28,6 +28,7 @@
* @brief Declares APIs for decoding an image source into a pixel map.
*
* @library libimage_source.so
* @kit ImageKit
* @syscap SystemCapability.Multimedia.Image.ImageSource
* @since 12
*/

View File

@ -29,6 +29,7 @@
* @brief Declares the APIs that can access a pixel map.
*
* @library libpixelmap.so
* @kit ImageKit
* @Syscap SystemCapability.Multimedia.Image.Core
* @since 12
*/

View File

@ -29,7 +29,8 @@
*
* @brief Declares functions that access the image rectangle, size, format, and component data.
* Need link <b>libimagendk.z.so</b>
*
*
* @kit ImageKit
* @since 10
* @version 2.0
*/

View File

@ -29,6 +29,7 @@
*
* @brief Declares the common enums and structs used by the image interface.
*
* @kit ImageKit
* @since 10
* @version 2.0
*/

View File

@ -41,6 +41,7 @@
* Finally, release the ImagePacker_Native by OH_ImagePacker_Release.
*
* @library libimage_packer_ndk.z.so
* @kit ImageKit
* @syscap SystemCapability.Multimedia.Image
* @since 11
* @version 4.1

View File

@ -30,6 +30,7 @@
* @brief Declares the APIs that can lock, access, and unlock a pixel map.
* Need link <b>libpixelmapndk.z.so</b>
*
* @kit ImageKit
* @since 10
* @version 1.0
*/

View File

@ -29,6 +29,7 @@
*
* @brief Declares the APIs that can lock, access, and unlock a pixel map.
*
* @kit ImageKit
* @since 8
* @version 1.0
*/

View File

@ -29,6 +29,8 @@
*
* @brief Declares the APIs for obtaining image data from the native layer.
* Need link <b>libimagendk.z.so</b> and <b>libimage_receiverndk.z.so</b>
*
* @kit ImageKit
* @since 10
* @version 2.0
*/

View File

@ -29,6 +29,7 @@
*
* @brief Declares APIs for decoding an image source into a pixel map.
*
* @kit ImageKit
* @Syscap SystemCapability.Multimedia.Image
* @since 10
* @version 4.0