From dc0b32271f3e0a79d6951cb0a33abf7c9898103f Mon Sep 17 00:00:00 2001 From: jiangxiaofeng20 Date: Mon, 9 Jun 2025 16:47:22 +0800 Subject: [PATCH] fix oh_window_pip warning Signed-off-by: jiangxiaofeng20 --- arkui/window_manager/oh_window_pip.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/arkui/window_manager/oh_window_pip.h b/arkui/window_manager/oh_window_pip.h index 9dad3a483..d4e9de86f 100644 --- a/arkui/window_manager/oh_window_pip.h +++ b/arkui/window_manager/oh_window_pip.h @@ -15,6 +15,8 @@ /** * @addtogroup OH_PictureInPicture + * @{ + * * @file oh_window_pip.h * * @brief Declares C APIs for picture in picture window @@ -538,4 +540,5 @@ int32_t OH_PictureInPicture_UnregisterAllResizeListeners(uint32_t controllerId); } #endif -#endif // OH_WINDOW_PIP_H \ No newline at end of file +#endif // OH_WINDOW_PIP_H +/** @} */ \ No newline at end of file -- Gitee