Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 30, 2010, 1:54:49 PM (14 years ago)
Author:
dafrick
Message:

Adding all classes in modules/objects to Objects module (in doxygen).
Created TriggerBase which is the base class of Trigger and MultiTrigger and now provides the shared functionality and data.
Updated some of the documentation in MultiTrigger and Script.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/modules/objects/triggers/CheckPoint.h

    r5781 r7601  
    2828
    2929/**
    30     @file
    31     @brief
     30    @file CheckPoint.h
     31    @brief Definition of the CheckPoint class.
     32    @ingroup NormalTrigger
    3233*/
    3334
     
    4243namespace orxonox
    4344{
     45
     46    /**
     47    @brief
     48
     49    @author
     50        Aurelian Jaggi
     51
     52    @ingroup NormalTrigger
     53    */
    4454    class _ObjectsExport CheckPoint : public DistanceTrigger, public RadarViewable
    4555    {
Note: See TracChangeset for help on using the changeset viewer.