From f9784fcbc8485a33b983829b8b2cc0844744da6c Mon Sep 17 00:00:00 2001 From: yuyaozhi Date: Thu, 21 Aug 2025 15:04:17 +0800 Subject: [PATCH] Fix docs error Signed-off-by: yuyaozhi --- arkui/ace_engine/native/native_node.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arkui/ace_engine/native/native_node.h b/arkui/ace_engine/native/native_node.h index 56c971dc869..0a2d120e239 100644 --- a/arkui/ace_engine/native/native_node.h +++ b/arkui/ace_engine/native/native_node.h @@ -7877,8 +7877,8 @@ typedef enum { /** * @brief Define the ARKUI_NODE_SWIPER to listen for Swiper page slide events. * Instruction: \n - * 1. If the {@link ArkUI_SwiperDisplayModeType} attribute is set to \n - * ARKUI_SWIPER_DISPLAY_MODE_AUTO_LINEAR, the interface does not take effect. \n + * 1. If the NODE_SWIPER_DISPLAY_COUNT attribute is set to \n + * 'auto', the interface does not take effect. \n * 2, circular scenario, set prevMargin and nextMargin attributes, \n * so that Swiper front and back end display the same page, the interface does not take effect. \n * 3. During page sliding, the ContentDidScrollCallback callback is \n -- Gitee