Files
unison/doc/modules

23 lines
539 B
Plaintext
Raw Normal View History

/**
* @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
*
* @defgroup examples Example programs
* @brief All example programs
*
* @defgroup tests Test suites
* @brief All test suites
2008-05-30 10:36:02 -07:00
*/