- code documentation cleaned

This commit is contained in:
Jan Hutter
2005-11-25 08:55:25 +00:00
parent f024eaf5d4
commit 32f78c2e54
5 changed files with 56 additions and 61 deletions
+3 -3
View File
@@ -186,7 +186,7 @@
/**
* Macro to reallocate some memory.
*
* See #allocator_s.reallocate for description.
* See #allocator_t.reallocate for description.
*
* @ingroup utils
*/
@@ -195,7 +195,7 @@
/**
* Macro to clone some memory.
*
* See #allocator_s.*clone_bytes for description.
* See #allocator_t.*clone_bytes for description.
*
* @ingroup utils
*/
@@ -204,7 +204,7 @@
/**
* Macro to free some memory.
*
* See #allocator_s.free for description.
* See #allocator_t.free_pointer for description.
*
* @ingroup utils
*/