diff options
Diffstat (limited to 'include/jau/base_codec.hpp')
-rw-r--r-- | include/jau/base_codec.hpp | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/include/jau/base_codec.hpp b/include/jau/base_codec.hpp index 1d6ffc3..89baf94 100644 --- a/include/jau/base_codec.hpp +++ b/include/jau/base_codec.hpp @@ -36,8 +36,11 @@ */ namespace jau::codec::base { - /** @defgroup Codec Data Stream Encoder and Decoder - * Variable integer base coding and fixed binary base 64 coding. + /** @defgroup Codec Codec + * Data Stream Encoder and Decoder + * + * Supported codecs: + * - jau::codec::base::alphabet enables variable integer base encode() and fixed binary base-64 encode64(). * * @{ */ |