diff options
author | Brian <runningnak3d@gmail.com> | 2010-07-18 01:18:22 -0600 |
---|---|---|
committer | Brian <runningnak3d@gmail.com> | 2010-07-18 01:18:22 -0600 |
commit | 670706153f16f000e0870107f804c36c8a86701e (patch) | |
tree | 0e07d7998c10692d64cdf5b78360254ed61a4533 /docs/DocStructure.dox | |
parent | 5689fb43c134fb7111721faf5428fc3ae2699c9c (diff) |
* Remove outdated Doxygen files
--HG--
branch : trunk
Diffstat (limited to 'docs/DocStructure.dox')
-rw-r--r-- | docs/DocStructure.dox | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/docs/DocStructure.dox b/docs/DocStructure.dox deleted file mode 100644 index dee8b5a0877..00000000000 --- a/docs/DocStructure.dox +++ /dev/null @@ -1,31 +0,0 @@ -/*! \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 - */ - |