aboutsummaryrefslogtreecommitdiff
path: root/turbojpeg.h
diff options
context:
space:
mode:
Diffstat (limited to 'turbojpeg.h')
-rw-r--r--turbojpeg.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/turbojpeg.h b/turbojpeg.h
index f6855479..cf857939 100644
--- a/turbojpeg.h
+++ b/turbojpeg.h
@@ -736,6 +736,8 @@ DLLEXPORT int DLLCALL tjDestroy(tjhandle handle);
*
* @return a pointer to a newly-allocated buffer with the specified number of
* bytes
+ *
+ * @sa tjFree()
*/
DLLEXPORT unsigned char* DLLCALL tjAlloc(int bytes);
@@ -747,6 +749,8 @@ DLLEXPORT unsigned char* DLLCALL tjAlloc(int bytes);
* allocated using #tjAlloc().
*
* @param buffer address of the buffer to free
+ *
+ * @sa tjAlloc()
*/
DLLEXPORT void DLLCALL tjFree(unsigned char *buffer);