Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 2, 2010, 3:16:08 AM (14 years ago)
Author:
landauf
Message:

added documentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/doc/doc/api/Groups.h

    r7318 r7323  
    2626 *
    2727 */
    28  
     28
    2929/**
    3030    @defgroup Util Util
     
    3737/**
    3838    @defgroup Core Core
    39    
     39
    4040    The core library contains the framework of Orxonox - all important classes, functions, and macros
    4141    that are used to create and manage classes and objects. Almost all classes in Orxonox need at least
     
    8585/**
    8686    @defgroup Network Network
    87    
     87
    8888    The network library is used to connect clients and server, to synchronize objects and variables, and
    8989    to transmit network function calls. It contains the central @ref orxonox::Server "Server" and
     
    9494/**
    9595    @defgroup Tools Tools
    96    
     96
    9797    The tools are a bunch of utilities that belong to the Orxonox library, but are independent of other
    9898    features.
     
    101101/**
    102102    @defgroup Orxonox Orxonox
    103    
     103
    104104    The Orxonox library contains the central and most important classes of the game. Managers, interfaces,
    105105    base-classes, and more are located in Orxonox. More specialized classes that inherit of the base-classes
     
    109109/**
    110110    @defgroup Modules Modules
    111    
     111
    112112    The modules are libraries that depend on the Orxonox library and that are loaded dynamically on runtime
    113113    (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.