--- PamCut/MiscCuts/AbsTimeCut/AbsTimeCut.h 2009/05/29 15:49:29 1.1 +++ PamCut/MiscCuts/AbsTimeCut/AbsTimeCut.h 2009/06/05 13:14:05 1.2 @@ -15,9 +15,9 @@ /*! @enum AbsTimeCut_Return Return values for events discarded by AbsTimeCut. */ enum AbsTimeCut_Return { - ABSTIMECUT_TOOEARLY, /// < The event happened before the time interval. + ABSTIMECUT_TOOEARLY, ///< The event happened before the time interval. ABSTIMECUT_TOOLATE -/// < The event happened after the time interval. +///< The event happened after the time interval. }; /*! @brief A cut on absolute time.