Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 7, 2010, 12:58:52 AM (14 years ago)
Author:
landauf
Message:

enhanced documentation of some core classes and added examples

File:
1 edited

Legend:

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

    r7363 r7372  
    3030    @file
    3131    @ingroup Object ObjectList
    32     @brief Definition of the MetaObjectList class.
     32    @brief Declaration of the MetaObjectList class.
    3333
    3434    The MetaObjectList is a single-linked list, containing all list-elements and their
     
    4747    // ###  MetaObjectListElement  ###
    4848    // ###############################
    49     //! The list-element of the MetaObjectList
     49    /// The list-element of the MetaObjectList
    5050    class _CoreExport MetaObjectListElement
    5151    {
     
    6666    // ###     MetaObjectList      ###
    6767    // ###############################
    68     //!  The MetaObjectList contains ObjectListBaseElements and their ObjectListBases.
    6968    /**
     69        @brief The MetaObjectList contains ObjectListBaseElements and their ObjectListBases.
     70
    7071        The MetaObjectList is a single-linked list, containing all list-elements and their
    7172        lists wherein the object that owns the MetaObjectList is registered.
Note: See TracChangeset for help on using the changeset viewer.