mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-08 05:33:36 +00:00
doc: updated api doc.
use @retval for the multiple return values.
This commit is contained in:
parent
a93b5b98a9
commit
f24409a76d
1 changed files with 2 additions and 2 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Reference in a new issue