From e3f32a0d01c5d7011f9ad304ef2579aebd7bf1da Mon Sep 17 00:00:00 2001 From: Markus Frank <markus.frank@cern.ch> Date: Tue, 19 Nov 2013 20:54:53 +0000 Subject: [PATCH] Improved doxygen information --- DDG4/include/DDG4/Geant4EventAction.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DDG4/include/DDG4/Geant4EventAction.h b/DDG4/include/DDG4/Geant4EventAction.h index c379c62b6..791e5222f 100644 --- a/DDG4/include/DDG4/Geant4EventAction.h +++ b/DDG4/include/DDG4/Geant4EventAction.h @@ -24,7 +24,7 @@ namespace DD4hep { */ namespace Simulation { - /** @class Geant4EventAction Geant4Action.h DDG4/Geant4Action.h + /** \class Geant4EventAction Geant4Action.h DDG4/Geant4Action.h * * Concrete basic implementation of the Geant4 event action * @@ -49,7 +49,7 @@ namespace DD4hep { virtual void end(const G4Event* event); }; - /** @class Geant4EventActionSequence Geant4Action.h DDG4/Geant4Action.h + /** \class Geant4EventActionSequence Geant4Action.h DDG4/Geant4Action.h * * Concrete implementation of the Geant4 event action sequence * The sequence dispatches the callbacks at the beginning and the and -- GitLab