Changeset 7552 for code/trunk/src/modules/notifications/NotificationQueue.h
- Timestamp:
- Oct 17, 2010, 10:50:43 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/modules/notifications/NotificationQueue.h
r7489 r7552 51 51 { // tolua_export 52 52 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 */ 54 59 struct NotificationContainer 55 60 { … … 58 63 }; 59 64 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 */ 61 71 struct NotificationContainerCompare { 62 72 bool operator() (const NotificationContainer* const & a, const NotificationContainer* const & b) const … … 76 86 @author 77 87 Damian 'Mozork' Frick 88 89 @ingroup Notifications 78 90 */ 79 91 class _NotificationsExport NotificationQueue // tolua_export
Note: See TracChangeset
for help on using the changeset viewer.