Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 17, 2010, 10:50:43 PM (14 years ago)
Author:
dafrick
Message:

Resolving some TODOs and doing some additional cleanup. Almost done now…

File:
1 edited

Legend:

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

    r7489 r7552  
    5151{ // tolua_export
    5252
    53     //! Container to allow easy handling.
     53    /**
     54    @brief
     55        Container to allow easy handling of the @ref orxonox::Notification "Notifications".
     56
     57    @ingroup Notifications
     58    */
    5459    struct NotificationContainer
    5560    {
     
    5863    };
    5964
    60     //! Struct to allow ordering of @ref orxonox::NotificationContainer "NotificationContainers".
     65    /**
     66    @brief
     67        Struct to allow ordering of @ref orxonox::NotificationContainer "NotificationContainers".
     68
     69    @ingroup Notifications
     70    */
    6171    struct NotificationContainerCompare {
    6272        bool operator() (const NotificationContainer* const & a, const NotificationContainer* const & b) const
     
    7686    @author
    7787        Damian 'Mozork' Frick
     88
     89    @ingroup Notifications
    7890    */
    7991    class _NotificationsExport NotificationQueue // tolua_export
Note: See TracChangeset for help on using the changeset viewer.