X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Falgo%2Frle.h;h=382f9079682e38f7c126e3e6da193b7790251bdd;hb=00bc8478ab5087769fc67e52327934370ee5e3a6;hp=6e056d22b76b2340cc1bfdcc94a25b447f94a604;hpb=3ce6434919d7607917e366a7b69fcbfb918d534b;p=bertos.git diff --git a/bertos/algo/rle.h b/bertos/algo/rle.h index 6e056d22..382f9079 100644 --- a/bertos/algo/rle.h +++ b/bertos/algo/rle.h @@ -31,10 +31,16 @@ * * --> * + * \brief General-purpose run-length {en,de}coding algorithm. + * * \version $Id$ * \author Bernie Innocenti * - * \brief General-purpose run-length {en,de}coding algorithm (interface) + * $WIZARD_MODULE = { + * "name" : "rle", + * "depends" : [], + * "configuration" : "" + * } */ #ifndef RLE_H #define RLE_H