Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3329 in orxonox.OLD for orxonox/trunk/src/proto_class.cc


Ignore:
Timestamp:
Jan 4, 2005, 2:22:59 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: modified Protoclass to doxygen-standards

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/proto_class.cc

    r3245 r3329  
    2525/**
    2626   \brief standard constructor
    27 
    2827   \todo this constructor is not jet implemented - do it
    2928*/
     
    3332/**
    3433   \brief standard deconstructor
     34   \todo this deconstructor is not jet implemented - do it
    3535
    36    \todo this deconstructor is not jet implemented - do it
    3736*/
    3837ProtoClass::~ProtoClass () {}
     
    4443   \returns true or false - probably nothing?
    4544
    46    this is just to show the doxygen abilities
     45   this is just to show the doxygen abilities (this for example is an extension for a long comment)
    4746*/
    4847bool ProtoClass::doNonSense (int nothing) {}
Note: See TracChangeset for help on using the changeset viewer.