aboutsummaryrefslogtreecommitdiff
path: root/doc/DocStructure.dox
diff options
context:
space:
mode:
authorNeo2003 <none@none>2008-10-02 16:23:55 -0500
committerNeo2003 <none@none>2008-10-02 16:23:55 -0500
commit9b1c0e006f20091f28f3f468cfcab1feb51286bd (patch)
treeb5d1ba94a656e6679f8737f9ea6bed1239b73b14 /doc/DocStructure.dox
[svn] * Proper SVN structureinit
--HG-- branch : trunk
Diffstat (limited to 'doc/DocStructure.dox')
-rw-r--r--doc/DocStructure.dox31
1 files changed, 31 insertions, 0 deletions
diff --git a/doc/DocStructure.dox b/doc/DocStructure.dox
new file mode 100644
index 00000000000..dee8b5a0877
--- /dev/null
+++ b/doc/DocStructure.dox
@@ -0,0 +1,31 @@
+/*! \mainpage
+ *
+ * \section intro_sec Introduction and links
+ * This is the source documentation for the \b %MaNGOS (Massive Network Game %Object Server) project.\n
+ * %MaNGOS is an object-oriented Massively Multiplayer Online Role-Playing Game Server (MMORPGS).\n
+ * The project documentation and the bug tracker can be found on the <A HREF="http://www.mangosproject.org/trac/wiki">%MaNGOS wiki</A>.
+ *
+ * \section begin Where to begin?
+ * If you are interested in understanding the source code of this project you can begin
+ * - <A HREF="http://www.mangosproject.org/trac/wiki/CodeFeatures">On the wiki</A> to get an overview of the different modules of the server
+ * - <A HREF="./modules.html">In this source doumentation</A>, starting at the module hierarchy
+ */
+
+/*! \defgroup realmd Realm Daemon
+ */
+
+/*! \defgroup mangos Mangos Deamon
+ */
+
+/*! \defgroup mangosd Daemon starter
+ \ingroup mangos
+ */
+
+/*! \defgroup u2w User Connections
+ \ingroup mangos
+ */
+
+/*! \defgroup world The World
+ \ingroup mangos
+ */
+