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

    r8457 r8466  
     1/**
     2 *  @file PortalEndPoint.h
     3 *  @brief Declaration of the PortalEndPoint class.
     4 *  @ingroup Portals
     5 */
     6
    17#ifndef _PortalEndPoint_H__
    28#define _PortalEndPoint_H__
     
    1521namespace orxonox
    1622{
     23    /**
     24     @brief
     25     A PortalEndPoint serves as portal entrance and/or exit.
     26     
     27     @ingroup Portals
     28     */
     29   
    1730    class _PortalsExport PortalEndPoint : public StaticEntity
    1831    {
Note: See TracChangeset for help on using the changeset viewer.