From f24409a76dc8883f9b19668d91059a11fb78f7e6 Mon Sep 17 00:00:00 2001 From: Hermet Park Date: Sat, 23 Oct 2021 11:52:10 +0900 Subject: [PATCH] doc: updated api doc. use @retval for the multiple return values. --- inc/thorvg.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/thorvg.h b/inc/thorvg.h index 7496ca90..1b2afdf3 100644 --- a/inc/thorvg.h +++ b/inc/thorvg.h @@ -1519,8 +1519,8 @@ public: * Thus, if you wish to have a benefit of it, you must call sync() after the save() in the proper delayed time. * Otherwise, you can call sync() immediately. * - * @return Result::Success when succeed. - * @return Result::InsufficientCondition otherwise. + * @retval Result::Success when succeed. + * @retval Result::InsufficientCondition otherwise. * * @note The asynchronous tasking is dependent on the Saver module implementation. * @see Saver::save()