forked from sunclarion/everking
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDocStructure.dox
31 lines (25 loc) · 987 Bytes
/
DocStructure.dox
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
/*! \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://getmangos.com/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://getmangos.com/wiki/">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
*/