Change parser strings to include length.
[bertos.git] / bertos / cfg / cfg_heap.h
index 0cba377b38c05ccd2b4018366dc5dd602b88964f..e1a37b768a71aaa68b2d272a197e038ccd429691 100644 (file)
@@ -32,7 +32,6 @@
  *
  * \brief Configuration file for heap module.
  *
- * \version $Id$
  *
  * \author Daniele Basile <asterix@develer.com>
  */
 #ifndef CFG_HEAP_H
 #define CFG_HEAP_H
 
-/// TODO
+/**
+ * Enable malloc/free like API.
+ * $WIZ$ type = "boolean"
+ */
 #define CONFIG_HEAP_MALLOC     1
 
 #endif /* CFG_HEAP_H */