24 lines
506 B
C++
24 lines
506 B
C++
// $Id: Doxymodules_g3tog4.h 76473 2013-11-11 10:35:14Z gcosmo $
|
|
// The example class categories definitions for Doxygen
|
|
|
|
/// \file Doxymodules_g3tog4.h
|
|
/// \brief The page that defines the extended/g3tog4 examples modules
|
|
|
|
|
|
/** @defgroup extended_g3tog4 g3tog4
|
|
* Extended examples g3tog4 classes
|
|
* @{
|
|
*/
|
|
|
|
/** @defgroup extended_g3tog4_clGeometry clGeometry
|
|
* g3tog4 example clGeometry
|
|
* @{
|
|
*/
|
|
|
|
class G3toG4ActionInitialization {};
|
|
class G3toG4DetectorConstruction {};
|
|
|
|
/** @} */
|
|
|
|
/** @} */
|