From 212dbbf4d8d8f397b8392947471cfb916d470564 Mon Sep 17 00:00:00 2001 From: alberth Date: Sat, 26 Jun 2010 15:22:10 +0000 Subject: (svn r20022) -Doc: Add some doxygen comments. --- src/console_cmds.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/console_cmds.cpp') diff --git a/src/console_cmds.cpp b/src/console_cmds.cpp index fff0788aa..dfe05bdbd 100644 --- a/src/console_cmds.cpp +++ b/src/console_cmds.cpp @@ -42,7 +42,7 @@ #endif /* ENABLE_NETWORK */ /* scriptfile handling */ -static bool _script_running; +static bool _script_running; ///< Script is running (used to abort execution when #ConReturn is encountered). /* console command defines */ #define DEF_CONSOLE_CMD(function) static bool function(byte argc, char *argv[]) -- cgit v1.2.3-54-g00ecf