From 8eddbe1aa077cd74e41decdc0600cfea9e9eb932 Mon Sep 17 00:00:00 2001 From: jiangxiaofeng20 Date: Mon, 9 Jun 2025 16:53:23 +0800 Subject: [PATCH] fix oh_window_pip_h 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 157722cd902..15260f9ea20 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 @@ -498,4 +500,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