Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7400


Ignore:
Timestamp:
Sep 10, 2010, 11:31:10 PM (14 years ago)
Author:
dafrick
Message:

Some more documentation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/notifications/src/modules/notifications/Notification.cc

    r7348 r7400  
    4848    @brief
    4949        Default constructor. Initializes the object.
     50    @param creator
     51        The creator.
    5052    */
    5153    Notification::Notification(BaseObject* creator) : BaseObject(creator), Synchronisable(creator)
     
    5961    @brief
    6062        Constructor. Creates a Notification with the input message.
     63    @param creator
     64        The creator.
    6165    @param message
    6266        The message of the Notification.
Note: See TracChangeset for help on using the changeset viewer.