Improve doxygen documentation.
This commit is contained in:
@@ -6,7 +6,8 @@
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
/** Sequntial memory allocator
|
||||
/** @file
|
||||
* Sequntial memory allocator
|
||||
*
|
||||
* Allocates bigger chunks of memory at a time, to save the amount of malloc call,
|
||||
* and enables you to free all that memory in one sweep.
|
||||
|
||||
Reference in New Issue
Block a user