mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 13:37:05 +00:00
Imported MaNGOS revision 6767 from http://mangos.svn.sourceforge.net/svnroot/mangos/trunk/
This commit is contained in:
parent
d767495d5b
commit
800ee76535
3322 changed files with 903437 additions and 0 deletions
31
doc/DocStructure.dox
Normal file
31
doc/DocStructure.dox
Normal file
|
|
@ -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://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
|
||||
*/
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue