diff --git a/graphic/graphic_2d/native_window/buffer_handle.h b/graphic/graphic_2d/native_window/buffer_handle.h index a1953e2c7509d92594541cad563251834c290290..a5e3a13cfb1f06aba4b3abd67eb1c413711d8e32 100644 --- a/graphic/graphic_2d/native_window/buffer_handle.h +++ b/graphic/graphic_2d/native_window/buffer_handle.h @@ -16,6 +16,29 @@ #ifndef INCLUDE_BUFFER_HANDLE_H #define INCLUDE_BUFFER_HANDLE_H +/** + * @addtogroup NativeWindow + * @{ + * + * @brief Provides the BufferHandle struct for native window. + * + * @syscap SystemCapability.Graphic.Graphic2D.NativeWindow + * @since 8 + * @version 1.0 + */ + +/** + * @file buffer_handle.h + * + * @brief Defines the BufferHandle struct for native window. + * + * @kit ArkGraphics2D + * @library libnative_window.so + * @syscap SystemCapability.Graphic.Graphic2D.NativeWindow + * @since 8 + * @version 1.0 + */ + #include #ifdef __cplusplus