19 lines
497 B
C++
19 lines
497 B
C++
// $Id: Doxymodules_errorpropagation.h 60059 2012-06-27 13:00:49Z gcosmo $
|
|
// 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 {};
|
|
|
|
/** @} */
|