Add wizard info.
[bertos.git] / bertos / algo / tea.h
index 9731801233389a7b302c0fae3ed85dea6c4b0005..72ea01f0769e9600a06e01d16960048a3bb1f836 100644 (file)
  *
  * -->
  *
- * \brief TEA Tiny Encription Algorith functions (interface).
+ * \brief TEA Tiny Encription Algorith functions.
+ *
+ * Documentation for TEA is available at
+ * http://www.cl.cam.ac.uk/ftp/users/djw3/tea.ps.
  *
  * \version $Id$
  * \author Francesco Sacchi <batt@develer.com>
  *
- * Documentation for TEA is available at
- * http://www.cl.cam.ac.uk/ftp/users/djw3/tea.ps.
+ * $WIZARD_MODULE = {
+ * "name" : "tea",
+ * "depends" : [],
+ * "configuration" : ""
+ * }
  */
 
 #ifndef ALGO_TEA_H