diff --git a/arkui/ace_engine/native/native_gesture.h b/arkui/ace_engine/native/native_gesture.h index a5edaea0410e0369af1f6fc538604d04de282edc..5fe70c8960835d1d6d7bda6e45b02cf01bb20eb0 100644 --- a/arkui/ace_engine/native/native_gesture.h +++ b/arkui/ace_engine/native/native_gesture.h @@ -115,7 +115,7 @@ typedef enum { * @since 12 */ typedef enum { - /* Sequential recognition. Gestures are recognized in the registration sequence until all gestures are recognized + /** Sequential recognition. Gestures are recognized in the registration sequence until all gestures are recognized * successfully. Once one gesture fails to be recognized, all subsequent gestures fail to be recognized. * Only the last gesture in the gesture group can respond to the end event. */ SEQUENTIAL_GROUP = 0,