aboutsummaryrefslogtreecommitdiff
path: root/common/main.cpp
diff options
context:
space:
mode:
authorMax Horn2003-05-29 23:13:15 +0000
committerMax Horn2003-05-29 23:13:15 +0000
commit06ab068a4190595d186cbb00bb6af9dfba731d28 (patch)
treeb6c2b59f1e6659e11dc3a09c9de4c068aceffc71 /common/main.cpp
parente08d4f072e0939e97b3e6b7e1b2dd7cbaf51d939 (diff)
downloadscummvm-rg350-06ab068a4190595d186cbb00bb6af9dfba731d28.tar.gz
scummvm-rg350-06ab068a4190595d186cbb00bb6af9dfba731d28.tar.bz2
scummvm-rg350-06ab068a4190595d186cbb00bb6af9dfba731d28.zip
added some front matter text for doxygen
svn-id: r8119
Diffstat (limited to 'common/main.cpp')
-rw-r--r--common/main.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/common/main.cpp b/common/main.cpp
index 1949af3d15..c220a0a137 100644
--- a/common/main.cpp
+++ b/common/main.cpp
@@ -20,6 +20,14 @@
*
*/
+/*! \mainpage %ScummVM Source Reference
+ *
+ * These pages contains a cross referenced documentation for the %ScummVM source code,
+ * generated with Doxygen (http://www.doxygen.org) directly from the source.
+ * Currently not much is actually properly documented, but at least you can get an overview
+ * of almost all the classes, methods and variables, and how they interact.
+ */
+
#include "stdafx.h"
#include "engine.h"
#include "gameDetector.h"