summaryrefslogtreecommitdiffstats
path: root/src/app
diff options
context:
space:
mode:
Diffstat (limited to 'src/app')
-rw-r--r--src/app/app.cpp3
-rw-r--r--src/app/app.h3
-rw-r--r--src/app/system.h6
3 files changed, 8 insertions, 4 deletions
diff --git a/src/app/app.cpp b/src/app/app.cpp
index 466d757..3ce8d7a 100644
--- a/src/app/app.cpp
+++ b/src/app/app.cpp
@@ -28,7 +28,8 @@
/**
- * \struct ApplicationPrivate Private data of CApplication class
+ * \struct ApplicationPrivate
+ * \brief Private data of CApplication class
*
* Contains SDL-specific variables that should not be visible outside application module.
*/
diff --git a/src/app/app.h b/src/app/app.h
index a58ea98..e83652c 100644
--- a/src/app/app.h
+++ b/src/app/app.h
@@ -36,7 +36,8 @@ struct ApplicationPrivate;
/**
- * \class CApplication Main application
+ * \class CApplication
+ * \brief Main application
*
* This class is responsible for creating and handling main application window,
* receiving events, etc.
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.
*/