Skip to content
Snippets Groups Projects
Commit 02077356 authored by Oleg Hahm's avatar Oleg Hahm
Browse files

doc: create additional group for utils

parent cafafd57
No related branches found
No related tags found
No related merge requests found
/**
* @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
/**
* @}
*/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment