aboutsummaryrefslogtreecommitdiff
path: root/turbojpeg.h
diff options
context:
space:
mode:
authordcommander <dcommander@632fc199-4ca6-4c93-a231-07263d6284db>2011-05-24 17:00:15 +0000
committerdcommander <dcommander@632fc199-4ca6-4c93-a231-07263d6284db>2011-05-24 17:00:15 +0000
commitc541e2225cba0079b8c936e912f3952336441385 (patch)
tree16d5ba92c418e624511e93ef8b2d6226b43abdad /turbojpeg.h
parent22a3a4d3c797a86128978698ff732fbc781d626a (diff)
Added "See also" for tjAlloc() and tjFree()
git-svn-id: svn://svn.code.sf.net/p/libjpeg-turbo/code/trunk@635 632fc199-4ca6-4c93-a231-07263d6284db
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 f685547..cf85793 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);