X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Falgo%2Frle.h;h=1c29a6050b5a4430418c3402848233b94c2b5dfd;hb=55c86437d5591127574d5a1993f0c62ab2443e8e;hp=6e056d22b76b2340cc1bfdcc94a25b447f94a604;hpb=3ce6434919d7607917e366a7b69fcbfb918d534b;p=bertos.git diff --git a/bertos/algo/rle.h b/bertos/algo/rle.h index 6e056d22..1c29a605 100644 --- a/bertos/algo/rle.h +++ b/bertos/algo/rle.h @@ -31,10 +31,11 @@ * * --> * - * \version $Id$ + * \brief General-purpose run-length {en,de}coding algorithm. + * * \author Bernie Innocenti * - * \brief General-purpose run-length {en,de}coding algorithm (interface) + * $WIZ$ module_name = "rle" */ #ifndef RLE_H #define RLE_H