Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 23, 2010, 11:54:16 PM (14 years ago)
Author:
dafrick
Message:

Cleanup in Script. Some more documenting in Notifications module.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/modules/notifications/NotificationQueue.h

    r7484 r7486  
    5858    };
    5959
    60     //! Struct to allow ordering of NotificationContainers.
     60    //! Struct to allow ordering of @ref orxonox::NotificationContainer "NotificationContainers".
    6161    struct NotificationContainerCompare {
    6262        bool operator() (const NotificationContainer* const & a, const NotificationContainer* const & b) const
     
    7373        - 'size': The size of the NotificationQueue, it specifies how many @ref orxonox::Notification "Notifications" are displayed at once at the most.
    7474        - 'displayTime': The time a @ref orxonox::Notification "Notification" is displayed with this NotificationQueue.
     75
    7576    @author
    7677        Damian 'Mozork' Frick
Note: See TracChangeset for help on using the changeset viewer.