vsync api lint fix

Signed-off-by: lihui <lihui359@huawei.com>
This commit is contained in:
lihui 2024-11-21 11:24:23 +08:00
parent fcd1ca083b
commit 313a6f7f1c

View File

@ -62,7 +62,7 @@ OH_NativeVSync* OH_NativeVSync_Create(const char* name, unsigned int length);
* @brief Delete the NativeVsync instance.
*
* @syscap SystemCapability.Graphic.Graphic2D.NativeVsync
* @param window Indicates the pointer to a <b>NativeVsync</b> instance.
* @param nativeVsync Indicates the pointer to a <b>NativeVsync</b> instance.
* @since 9
* @version 1.0
*/