(svn r22080) -Doc: Add doxygen comments to a few functions and improve a few existing comments

This commit is contained in:
planetmaker
2011-02-14 19:52:26 +00:00
parent 7cfc01c41d
commit 6d031d0867
7 changed files with 113 additions and 8 deletions

View File

@@ -14,12 +14,14 @@
#include "core/enum_type.hpp"
/** Mode which defines the state of the game. */
enum GameMode {
GM_MENU,
GM_NORMAL,
GM_EDITOR,
};
/** Mode which defines what mode we're switching to. */
enum SwitchMode {
SM_NONE,
SM_NEWGAME,