From 54fa59e7c37841db994f3fe9a5ec93cbc6cb84d5 Mon Sep 17 00:00:00 2001 From: Hermet Park Date: Fri, 28 May 2021 16:22:54 +0900 Subject: [PATCH] docs: -- beta tag. Scene::clear() is ready to public. --- inc/thorvg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/thorvg.h b/inc/thorvg.h index ab69109b..24a9d5a5 100644 --- a/inc/thorvg.h +++ b/inc/thorvg.h @@ -1104,7 +1104,7 @@ public: * @warning If you don't free the paints they become dangled. They are supposed to be reused, otherwise you are responsible for their lives. Thus please use the @p free argument only when you know how it works, otherwise it's not recommended. * @warning Please do not use it, this API is not official one. It could be modified in the next version. * - * @BETA_API + * @since 0.2 */ Result clear(bool free = true) noexcept;