[Scummvm-cvs-logs] CVS: scummvm/common main.cpp,1.30,1.31

Max Horn fingolfin at users.sourceforge.net
Thu May 29 16:14:02 CEST 2003


Update of /cvsroot/scummvm/scummvm/common
In directory sc8-pr-cvs1:/tmp/cvs-serv28989

Modified Files:
	main.cpp 
Log Message:
added some front matter text for doxygen

Index: main.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/main.cpp,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- main.cpp	21 May 2003 20:45:59 -0000	1.30
+++ main.cpp	29 May 2003 23:13:15 -0000	1.31
@@ -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"





More information about the Scummvm-git-logs mailing list