C API: fix small documentation mistake

This commit is contained in:
Syping 2021-11-05 16:22:24 +01:00
parent 4c43596e2a
commit 624191e9f4
1 changed files with 1 additions and 1 deletions

View File

@ -193,7 +193,7 @@ typedef void* ragephoto_t;
/** Opens a \p ragephoto_t instance. */
LIBRAGEPHOTO_EXPORT ragephoto_t ragephoto_open();
/** Resets the RagePhoto instance to default values.
/** Resets the \p ragephoto_t instance to default values.
* \param instance \p ragephoto_t instance
*/
LIBRAGEPHOTO_EXPORT void ragephoto_clear(ragephoto_t instance);