C API: fix small documentation mistake
This commit is contained in:
parent
4c43596e2a
commit
624191e9f4
1 changed files with 1 additions and 1 deletions
|
@ -193,7 +193,7 @@ typedef void* ragephoto_t;
|
||||||
/** Opens a \p ragephoto_t instance. */
|
/** Opens a \p ragephoto_t instance. */
|
||||||
LIBRAGEPHOTO_EXPORT ragephoto_t ragephoto_open();
|
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
|
* \param instance \p ragephoto_t instance
|
||||||
*/
|
*/
|
||||||
LIBRAGEPHOTO_EXPORT void ragephoto_clear(ragephoto_t instance);
|
LIBRAGEPHOTO_EXPORT void ragephoto_clear(ragephoto_t instance);
|
||||||
|
|
Loading…
Reference in a new issue