(svn r22080) -Doc: Add doxygen comments to a few functions and improve a few existing comments
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user