From 3666771885adcd352dbae84bfd7a7563bb843875 Mon Sep 17 00:00:00 2001 From: AJ Kelly Date: Fri, 25 Feb 2011 14:41:36 -0600 Subject: [PATCH] update comment --- src/Grade.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Grade.h b/src/Grade.h index f913eac8ed..8d53fca304 100644 --- a/src/Grade.h +++ b/src/Grade.h @@ -63,6 +63,7 @@ static inline RString GradeToString( Grade g ) * * This is mainly for backward compatibility purposes, but the announcer * also uses it. Think "AAA", "B", etc. + * This is only referenced in ScreenEvaluation at the moment. * @param g the current Grade. * @return the old styled grade string. */ RString GradeToOldString( Grade g );