mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
doc: create additional group for utils
This commit is contained in:
parent
cafafd5744
commit
02077356d0
19
doc.txt
19
doc.txt
@ -1,11 +1,30 @@
|
|||||||
|
/**
|
||||||
|
* @defgroup utils Utilities
|
||||||
|
* @brief Utilities and helper functionality
|
||||||
|
*
|
||||||
|
* Additional scripts and configuration options to ease RIOT
|
||||||
|
* development.
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @def DEVELHELP
|
* @def DEVELHELP
|
||||||
* @brief This global macro activates some behavior that helps you while
|
* @brief This global macro activates some behavior that helps you while
|
||||||
* developing but is otherwise optimized out.
|
* developing but is otherwise optimized out.
|
||||||
*/
|
*/
|
||||||
|
#if DOXYGEN
|
||||||
|
# define DEVELHELP
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @def TEST_SUITES
|
* @def TEST_SUITES
|
||||||
* @brief This global macro activates functionality that is needed for
|
* @brief This global macro activates functionality that is needed for
|
||||||
* automated testing but not needed otherwise.
|
* automated testing but not needed otherwise.
|
||||||
*/
|
*/
|
||||||
|
#if DOXYGEN
|
||||||
|
# define TEST_SUITES
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user