summaryrefslogtreecommitdiffstats
path: root/src/app/system.h
diff options
context:
space:
mode:
authorerihel <erihel@gmail.com>2012-08-12 17:09:11 +0200
committererihel <erihel@gmail.com>2012-08-12 17:09:11 +0200
commitf01296690e7b86f3894b902779c4239d0a2b8277 (patch)
treef4737ee167653b720f5634463a2ccc3c7c62683f /src/app/system.h
parent5e271e550dbb88f0bbea5f46aad9f0fd1d750eb3 (diff)
parentb4b74c30e9aa93ae736db73df5cb0c5d508ec6ed (diff)
downloadcolobot-f01296690e7b86f3894b902779c4239d0a2b8277.tar.gz
colobot-f01296690e7b86f3894b902779c4239d0a2b8277.tar.bz2
colobot-f01296690e7b86f3894b902779c4239d0a2b8277.zip
Merge branch 'dev-opengl' into dev
Diffstat (limited to 'src/app/system.h')
-rw-r--r--src/app/system.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/app/system.h b/src/app/system.h
index 3c04760..e216842 100644
--- a/src/app/system.h
+++ b/src/app/system.h
@@ -15,7 +15,10 @@
// * You should have received a copy of the GNU General Public License
// * along with this program. If not, see http://www.gnu.org/licenses/.
-// system.h
+/**
+ * \file app/system.h
+ * \brief System functions: time stamps, info dialogs, etc.
+ */
#pragma once
@@ -26,7 +29,7 @@
/* Dialog utils */
/**
- * \enum SysDialogType
+ * \enum SystemDialogType
* \brief Type of system dialog
*/
enum SystemDialogType
@@ -44,7 +47,7 @@ enum SystemDialogType
};
/**
- * \enum SysDialogResult
+ * \enum SystemDialogResult
* \brief Result of system dialog
*
* Means which button was pressed.