root/trunk/doc/DocStructure.dox @ 291

Revision 2, 1.0 kB (checked in by yumileroy, 17 years ago)

[svn] * Proper SVN structure

Original author: Neo2003
Date: 2008-10-02 16:23:55-05:00

Line 
1/*! \mainpage
2 *
3 * \section intro_sec Introduction and links
4 * This is the source documentation for the \b %MaNGOS (Massive Network Game %Object Server) project.\n
5 * %MaNGOS is an object-oriented Massively Multiplayer Online Role-Playing Game Server (MMORPGS).\n
6 * The project documentation and the bug tracker can be found on the <A HREF="http://www.mangosproject.org/trac/wiki">%MaNGOS wiki</A>.
7 *
8 * \section begin Where to begin?
9 * If you are interested in understanding the source code of this project you can begin
10 * - <A HREF="http://www.mangosproject.org/trac/wiki/CodeFeatures">On the wiki</A> to get an overview of the different modules of the server
11 * - <A HREF="./modules.html">In this source doumentation</A>, starting at the module hierarchy
12 */
13 
14/*! \defgroup realmd Realm Daemon
15 */
16 
17/*! \defgroup mangos Mangos Deamon
18 */
19
20/*! \defgroup mangosd Daemon starter
21    \ingroup mangos
22 */
23 
24/*! \defgroup u2w User Connections
25    \ingroup mangos
26 */
27
28/*! \defgroup world The World
29    \ingroup mangos
30 */
31
Note: See TracBrowser for help on using the browser.