Changeset 7323 for code/branches/doc/doc/api/Groups.h
- Timestamp:
- Sep 2, 2010, 3:16:08 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/doc/doc/api/Groups.h
r7318 r7323 26 26 * 27 27 */ 28 28 29 29 /** 30 30 @defgroup Util Util … … 37 37 /** 38 38 @defgroup Core Core 39 39 40 40 The core library contains the framework of Orxonox - all important classes, functions, and macros 41 41 that are used to create and manage classes and objects. Almost all classes in Orxonox need at least … … 85 85 /** 86 86 @defgroup Network Network 87 87 88 88 The network library is used to connect clients and server, to synchronize objects and variables, and 89 89 to transmit network function calls. It contains the central @ref orxonox::Server "Server" and … … 94 94 /** 95 95 @defgroup Tools Tools 96 96 97 97 The tools are a bunch of utilities that belong to the Orxonox library, but are independent of other 98 98 features. … … 101 101 /** 102 102 @defgroup Orxonox Orxonox 103 103 104 104 The Orxonox library contains the central and most important classes of the game. Managers, interfaces, 105 105 base-classes, and more are located in Orxonox. More specialized classes that inherit of the base-classes … … 109 109 /** 110 110 @defgroup Modules Modules 111 111 112 112 The modules are libraries that depend on the Orxonox library and that are loaded dynamically on runtime 113 113 (in contrast to statically loaded libraries like util and core). Each module contains some classes that
Note: See TracChangeset
for help on using the changeset viewer.