19 lines
467 B
C++
19 lines
467 B
C++
// The example class categories definitions for Doxygen
|
|
|
|
/// \file Doxymodules_common.h
|
|
/// \brief The page that defines the extended/common classes modules
|
|
|
|
|
|
/** @defgroup extended_common common
|
|
* Extended examples common classes
|
|
* @{
|
|
*/
|
|
|
|
class Common::DetectorConstruction{};
|
|
class Common::DetectorConstruction0{};
|
|
class Common::GeantinoPhysicsList{};
|
|
class Common::GpsPrimaryGeneratorAction{};
|
|
class Common::GunPrimaryGeneratorAction{};
|
|
|
|
/** @} */
|