| [7318] | 1 | /* | 
|---|
 | 2 |  *   ORXONOX - the hottest 3D action shooter ever to exist | 
|---|
 | 3 |  *                    > www.orxonox.net < | 
|---|
 | 4 |  * | 
|---|
 | 5 |  * | 
|---|
 | 6 |  *   License notice: | 
|---|
 | 7 |  * | 
|---|
 | 8 |  *   This program is free software; you can redistribute it and/or | 
|---|
 | 9 |  *   modify it under the terms of the GNU General Public License | 
|---|
 | 10 |  *   as published by the Free Software Foundation; either version 2 | 
|---|
 | 11 |  *   of the License, or (at your option) any later version. | 
|---|
 | 12 |  * | 
|---|
 | 13 |  *   This program is distributed in the hope that it will be useful, | 
|---|
 | 14 |  *   but WITHOUT ANY WARRANTY; without even the implied warranty of | 
|---|
 | 15 |  *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the | 
|---|
 | 16 |  *   GNU General Public License for more details. | 
|---|
 | 17 |  * | 
|---|
 | 18 |  *   You should have received a copy of the GNU General Public License | 
|---|
 | 19 |  *   along with this program; if not, write to the Free Software | 
|---|
 | 20 |  *   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA. | 
|---|
 | 21 |  * | 
|---|
 | 22 |  *   Author: | 
|---|
 | 23 |  *      Fabian 'x3n' Landau | 
|---|
 | 24 |  *   Co-authors: | 
|---|
| [7456] | 25 |  *      Damian 'Mozork' Frick | 
|---|
| [7318] | 26 |  * | 
|---|
 | 27 |  */ | 
|---|
| [7323] | 28 |  | 
|---|
| [7318] | 29 | /** | 
|---|
 | 30 |     @defgroup Util Util | 
|---|
 | 31 |  | 
|---|
 | 32 |     The util library contains several functions, classes, and templates that can be used in different | 
|---|
 | 33 |     parts of the Orxonox-code. They provide functionalities for mathematical use, string manipulation, | 
|---|
 | 34 |     typeconversion, multi-types, error- and exception-handling, debug output, and many more. | 
|---|
 | 35 | */ | 
|---|
 | 36 |  | 
|---|
 | 37 | /** | 
|---|
 | 38 |     @defgroup Core Core | 
|---|
| [7323] | 39 |  | 
|---|
| [7318] | 40 |     The core library contains the framework of Orxonox - all important classes, functions, and macros | 
|---|
 | 41 |     that are used to create and manage classes and objects. Almost all classes in Orxonox need at least | 
|---|
 | 42 |     one of the core features. | 
|---|
 | 43 | */ | 
|---|
 | 44 |  | 
|---|
 | 45 | /** | 
|---|
 | 46 |     @defgroup Command Command | 
|---|
 | 47 |     @ingroup Core | 
|---|
 | 48 | */ | 
|---|
 | 49 |  | 
|---|
 | 50 | /** | 
|---|
 | 51 |     @defgroup Config Config | 
|---|
 | 52 |     @ingroup Core | 
|---|
 | 53 | */ | 
|---|
 | 54 |  | 
|---|
 | 55 | /** | 
|---|
| [7363] | 56 |     @defgroup Management Management | 
|---|
| [7318] | 57 |     @ingroup Core | 
|---|
 | 58 | */ | 
|---|