doc: updated api doc.
authorHermet Park <chuneon.park@samsung.com>
Sat, 23 Oct 2021 02:52:10 +0000 (11:52 +0900)
committerHermet Park <chuneon.park@samsung.com>
Tue, 26 Oct 2021 04:11:47 +0000 (13:11 +0900)
use @retval for the multiple return values.

inc/thorvg.h

index 7496ca9..1b2afdf 100644 (file)
@@ -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()