From d441107013a41ed9e873d7a3229d491a4d7ee0ea Mon Sep 17 00:00:00 2001 From: DRC Date: Tue, 24 May 2011 17:00:15 +0000 Subject: Added "See also" for tjAlloc() and tjFree() git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@635 632fc199-4ca6-4c93-a231-07263d6284db --- turbojpeg.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'turbojpeg.h') 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); -- cgit v1.2.3