2017-09-17 19:43:27 -07:00
|
|
|
/**
|
|
|
|
|
* @file
|
|
|
|
|
* @ingroup utils
|
|
|
|
|
* @brief Definition of support modules Constants, Utils, Example programs and
|
|
|
|
|
* Test suites.
|
|
|
|
|
*/
|
2008-01-10 07:31:40 -08:00
|
|
|
/**
|
|
|
|
|
* @anchor modules_anchor
|
|
|
|
|
*
|
2011-05-17 17:36:08 -07:00
|
|
|
* @defgroup constants Constants
|
|
|
|
|
* @brief Constants you can change
|
|
|
|
|
*
|
|
|
|
|
* @defgroup utils Utils
|
|
|
|
|
* @brief The utils directory is for various programs and scripts related
|
|
|
|
|
* to code coverage, test suites, style checking, and benchmarking.
|
2008-01-10 07:31:40 -08:00
|
|
|
*
|
2017-09-17 19:43:27 -07:00
|
|
|
* @defgroup examples Example programs
|
|
|
|
|
* @brief All example programs
|
|
|
|
|
*
|
|
|
|
|
* @defgroup tests Test suites
|
|
|
|
|
* @brief All test suites
|
2008-05-30 10:36:02 -07:00
|
|
|
*/
|