aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"