Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 8, 2010, 1:39:02 AM (14 years ago)
Author:
landauf
Message:

added documentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/doc/src/libraries/core/DynLib.h

    r7363 r7375  
    3333    @file
    3434    @ingroup Management CoreGame
     35    @brief Declaration of DynLib which represents a dynamically loaded module.
    3536*/
    3637
     
    6667namespace orxonox
    6768{
    68     /** Resource holding data about a dynamic library.
     69    /** %Resource holding data about a dynamic library.
    6970        @remarks
    7071            This class holds the data required to get symbols from
     
    7475        @since
    7576            27 January 2002
    76         @see
    77             Resource
    7877    */
    7978    class _CoreExport DynLib
Note: See TracChangeset for help on using the changeset viewer.