summaryrefslogtreecommitdiffstats
path: root/src/app/system.h
diff options
context:
space:
mode:
authorPiotr Dziwinski <piotrdz@gmail.com>2012-06-26 22:50:55 +0200
committerPiotr Dziwinski <piotrdz@gmail.com>2012-06-26 22:50:55 +0200
commitcf312c0b870175b8897ce98df6a8c46ccce92e2e (patch)
treea044a5d6fac959bfb49e47af886902d61a8ec723 /src/app/system.h
parentbf06998ece3ba9d47b595e3761beba54b3793036 (diff)
downloadcolobot-cf312c0b870175b8897ce98df6a8c46ccce92e2e.tar.gz
colobot-cf312c0b870175b8897ce98df6a8c46ccce92e2e.tar.bz2
colobot-cf312c0b870175b8897ce98df6a8c46ccce92e2e.zip
Fixed brief Doxygen description
Diffstat (limited to 'src/app/system.h')
-rw-r--r--src/app/system.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/app/system.h b/src/app/system.h
index 95571a2..3bf6457 100644
--- a/src/app/system.h
+++ b/src/app/system.h
@@ -24,7 +24,8 @@
/**
- * \enum SysDialogType Type of system dialog
+ * \enum SysDialogType
+ * \brief Type of system dialog
*/
enum SystemDialogType
{
@@ -41,7 +42,8 @@ enum SystemDialogType
};
/**
- * \enum SysDialogResult Result of system dialog
+ * \enum SysDialogResult
+ * \brief Result of system dialog
*
* Means which button was pressed.
*/