1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-28 23:09:46 +01:00

sys/doc.txt: add sys_compression doxygen group

This commit is contained in:
Benjamin Valentin 2023-02-27 15:06:58 +01:00
parent f0b60d5a0d
commit 31534fcb84
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