More doxygen updates.

This commit is contained in:
Jason Felds
2011-02-18 23:48:13 -05:00
parent 16abbfb0fb
commit 020e3a70fe
5 changed files with 47 additions and 35 deletions
+3 -3
View File
@@ -1,5 +1,3 @@
/** @brief HighScore - Player scoring data that persists between sessions. */
#ifndef HIGH_SCORE_H
#define HIGH_SCORE_H
@@ -13,7 +11,9 @@ struct RadarValues;
struct lua_State;
struct HighScoreImpl;
/** @brief The high score that is earned by a player. */
/** @brief The high score that is earned by a player.
*
* This is scoring data that is persisted between sessions. */
struct HighScore
{
HighScore();