19 lines
430 B
Plaintext
19 lines
430 B
Plaintext
// $Id$
|
|
// The example class categories definitions for Doxygen
|
|
|
|
/// \file Doxymodules_errorpropagation.h
|
|
/// \brief The page that defines the extended/errorpropagation examples modules
|
|
|
|
|
|
/** @defgroup extended_errorpropagation errorpropagation
|
|
* Errorpropagation example
|
|
* @ingroup extended
|
|
* @{
|
|
*/
|
|
|
|
class ExErrorDetectorConstruction {};
|
|
class ExErrorDetectorMessenger {};
|
|
class ExErrorMagneticField {};
|
|
|
|
/** @} */
|