Add wizard info.
[bertos.git] / bertos / algo / rle.h
index 6e056d22b76b2340cc1bfdcc94a25b447f94a604..382f9079682e38f7c126e3e6da193b7790251bdd 100644 (file)
  *
  * -->
  *
+ * \brief General-purpose run-length {en,de}coding algorithm.
+ *
  * \version $Id$
  * \author Bernie Innocenti <bernie@codewiz.org>
  *
- * \brief General-purpose run-length {en,de}coding algorithm (interface)
+ * $WIZARD_MODULE = {
+ * "name" : "rle",
+ * "depends" : [],
+ * "configuration" : ""
+ * }
  */
 #ifndef RLE_H
 #define RLE_H