Skip to content
Snippets Groups Projects
Commit a05032f2 authored by Sebastian Meiling's avatar Sebastian Meiling
Browse files

doc: describe usage of DEVELHELP

parent a7bc9afc
No related branches found
No related tags found
No related merge requests found
......@@ -9,8 +9,11 @@
/**
* @def DEVELHELP
* @brief This global macro activates some behavior that helps you while
* developing but is otherwise optimized out.
* @brief This global macro activates functionality to help developers.
*
* Additional code parts such as (extensive) debug output and sanity
* checks using assertions. To activate it set environment variable
* `DEVELHELP=1`, or disable explicitly with `DEVELHELP=0`.
*/
#if DOXYGEN
# define DEVELHELP
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment