From d83e08afa11488f1aa7ece030761b56f295149fc Mon Sep 17 00:00:00 2001 From: AJ Kelly Date: Mon, 21 Feb 2011 02:41:05 -0600 Subject: [PATCH] small doxy comment --- src/ScoreKeeper.h | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/ScoreKeeper.h b/src/ScoreKeeper.h index 1734513361..2cb1804db4 100644 --- a/src/ScoreKeeper.h +++ b/src/ScoreKeeper.h @@ -1,10 +1,6 @@ #ifndef SCORE_KEEPER_H #define SCORE_KEEPER_H -/* Stat handling is in here because that can differ between games, too; for - * example, some games count double taps as a single note in scoring and some - * count per-tap. Results are injected directly into the PlayerStageStats. */ - #include "GameConstantsAndTypes.h" class NoteData; @@ -16,7 +12,12 @@ class PlayerStageStats; struct TapNote; struct AttackArray; -/** @brief Abstract class to handle scorekeeping, stat-taking, etc. */ +/** + * @brief Abstract class to handle scorekeeping, stat-taking, etc. + * + * Stat handling is in here because that can differ between games, too; for + * example, some games count double taps as a single note in scoring and some + * count per-tap. Results are injected directly into the PlayerStageStats. */ class ScoreKeeper { public: