From dd6ad0fc6e1702b2efd0c66c0c51dd15c9aeb88c Mon Sep 17 00:00:00 2001 From: Hermet Park Date: Fri, 6 Sep 2024 14:30:42 +0900 Subject: [PATCH] api: clean form++ --- inc/thorvg.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/inc/thorvg.h b/inc/thorvg.h index d6c245c2..4ef5bb71 100644 --- a/inc/thorvg.h +++ b/inc/thorvg.h @@ -1745,7 +1745,8 @@ public: * @param[in] surface WGPUSurface, handle to a presentable surface. * @param[in] w The width of the surface. * @param[in] h The height of the surface. - * @param[in] device WGPUDevice: desired handle for the WebGPU device. If it is nullptr, ThorVG will assign an appropriate device internally. + * @param[in] device WGPUDevice, a desired handle for the wgpu device. If it is @c nullptr, ThorVG will assign an appropriate device internally. + * * @retval Result::InsufficientCondition if the canvas is performing rendering. Please ensure the canvas is synced. * @retval Result::NonSupport In case the wg engine is not supported. *