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/ClassFactory.h

    r7363 r7372  
    5050    // ###       Factory       ###
    5151    // ###########################
    52     //! Base-class of ClassFactory.
     52    /// Base-class of ClassFactory.
    5353    class _CoreExport Factory
    5454    {
     
    6161    // ###      ClassFactory       ###
    6262    // ###############################
    63     //! The ClassFactory is able to create new objects of a specific class.
     63    /// The ClassFactory is able to create new objects of a specific class.
    6464    template <class T>
    6565    class ClassFactory : public Factory
Note: See TracChangeset for help on using the changeset viewer.