Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 12, 2011, 4:15:36 PM (13 years ago)
Author:
anbueche
Message:

comments added

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/portals2/src/modules/portals/PortalLink.h

    r8457 r8466  
     1/**
     2    @file PortalLink.h
     3    @brief Declaration of the PortalLink class
     4    @ingroup Portals
     5 */
     6
    17#ifndef _PortalLink_H__
    28#define _PortalLink_H__
     
    1218namespace orxonox
    1319{
     20    /**
     21        @brief
     22            A PortalLink represents the connection between two @ref orxonox::PortalEndPoint "PortalEndPoints"
     23        @ingroup Portals
     24     */
    1425    class _PortalsExport PortalLink : public BaseObject
    1526    {
Note: See TracChangeset for help on using the changeset viewer.