From 2882394157ed604209703a32b367bec3ac457200 Mon Sep 17 00:00:00 2001 From: hejunfei Date: Fri, 29 Aug 2025 12:10:26 +0800 Subject: [PATCH 1/2] add since Signed-off-by: hejunfei --- arkui/display_manager/oh_display_info.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/arkui/display_manager/oh_display_info.h b/arkui/display_manager/oh_display_info.h index 641a72486c7..35120199f83 100644 --- a/arkui/display_manager/oh_display_info.h +++ b/arkui/display_manager/oh_display_info.h @@ -127,7 +127,11 @@ typedef enum { /** @error Operation system abnormal */ DISPLAY_MANAGER_ERROR_SYSTEM_ABNORMAL = 1400003, - /** @error Operation illegal param */ + /** + * @error Operation illegal param + * + * @since 20 + */ DISPLAY_MANAGER_ERROR_ILLEGAL_PARAM = 1400004, } NativeDisplayManager_ErrorCode; -- Gitee From eadf0b997728d66002a1fe310623152f5c5e4f17 Mon Sep 17 00:00:00 2001 From: hejunfei Date: Fri, 29 Aug 2025 14:05:51 +0800 Subject: [PATCH 2/2] add Signed-off-by: hejunfei --- arkui/display_manager/oh_display_info.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arkui/display_manager/oh_display_info.h b/arkui/display_manager/oh_display_info.h index 35120199f83..1aaf08f6dff 100644 --- a/arkui/display_manager/oh_display_info.h +++ b/arkui/display_manager/oh_display_info.h @@ -128,7 +128,7 @@ typedef enum { DISPLAY_MANAGER_ERROR_SYSTEM_ABNORMAL = 1400003, /** - * @error Operation illegal param + * @error Operation illegal param. * * @since 20 */ -- Gitee