Move unpack lwip ip address macro to macros module.
[bertos.git] / bertos / cfg / cfg_md2.h
index be427ec73f5dfbb46fce60fe77f5ea25770ec8b2..e937b900403d54301459bd1d0e6106dcdbe52d5e 100644 (file)
@@ -32,7 +32,6 @@
  *
  * \brief Configuration file for MD2 module.
  *
- * \version $Id$
  *
  * \author Daniele Basile <asterix@develer.com>
  */
 #ifndef CFG_MD2_H
 #define CFG_MD2_H
 
-/// Size of block for MD2 algorithm.
+/**
+ * Size of block for MD2 algorithm.
+ * $WIZ$ type = "int"
+ * $WIZ$ min = 2
+ */
 #define CONFIG_MD2_BLOCK_LEN    16
 
-/// Use standard permutation in MD2 algorithm.
+/// Use standard permutation in MD2 algorithm. $WIZ$ type = "boolean"
 #define CONFIG_MD2_STD_PERM     0
 
 #endif /* CFG_MD2_H */