From: Hermet Park Date: Sat, 23 Oct 2021 02:52:10 +0000 (+0900) Subject: doc: updated api doc. X-Git-Tag: accepted/tizen/unified/20211102.024808~37 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ea3b5050383b97fba41df96b31d19da37c9276f0;p=platform%2Fcore%2Fgraphics%2Ftizenvg.git doc: updated api doc. use @retval for the multiple return values. --- diff --git a/inc/thorvg.h b/inc/thorvg.h index 7496ca9..1b2afdf 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()