Improve doxygen documentation.

This commit is contained in:
Nils O. Selåsdal
2014-08-26 21:38:09 +02:00
parent 7e8c59699a
commit e45a4d5643
17 changed files with 143 additions and 108 deletions
+2 -1
View File
@@ -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.