1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
19326: sys/doc.txt: add sys_compression doxygen group r=aabadie a=benpicco



Co-authored-by: Benjamin Valentin <benpicco@beuth-hochschule.de>
This commit is contained in:
bors[bot] 2023-02-27 14:17:36 +00:00 committed by GitHub
commit 231393c894
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 1 deletions

View File

@ -1,7 +1,7 @@
/**
* @defgroup pkg_heatshrink Lightweight compression library
* @ingroup pkg
* @ingroup sys
* @ingroup sys_compression
* @brief Provides a lightweight compression library to RIOT
*
* # Introduction

View File

@ -1,6 +1,7 @@
/**
* @defgroup pkg_lz4 LZ4 compression library
* @ingroup pkg
* @ingroup sys_compression
* @brief LZ4 is a fast compression library
*
* # Note about memory

View File

@ -1,6 +1,7 @@
/**
* @defgroup pkg_uzlib uzlib
* @ingroup pkg
* @ingroup sys_compression
* @brief Deflate/Zlib-compatible LZ77 compression/decompression library
*
* # License

View File

@ -23,6 +23,12 @@
* description.
*/
/**
* @defgroup sys_compression Data Compression Libraries
* @ingroup sys
* @brief Provides compression libraries and utilities for RIOT
*/
/**
* @defgroup sys_math Math libraries and utilities
* @ingroup sys