[Orxonox-commit 2695] r7400 - code/branches/notifications/src/modules/notifications

dafrick at orxonox.net dafrick at orxonox.net
Fri Sep 10 23:31:10 CEST 2010


Author: dafrick
Date: 2010-09-10 23:31:10 +0200 (Fri, 10 Sep 2010)
New Revision: 7400

Modified:
   code/branches/notifications/src/modules/notifications/Notification.cc
Log:
Some more documentation.


Modified: code/branches/notifications/src/modules/notifications/Notification.cc
===================================================================
--- code/branches/notifications/src/modules/notifications/Notification.cc	2010-09-10 21:17:02 UTC (rev 7399)
+++ code/branches/notifications/src/modules/notifications/Notification.cc	2010-09-10 21:31:10 UTC (rev 7400)
@@ -47,6 +47,8 @@
     /**
     @brief
         Default constructor. Initializes the object.
+    @param creator
+        The creator.
     */
     Notification::Notification(BaseObject* creator) : BaseObject(creator), Synchronisable(creator)
     {
@@ -58,6 +60,8 @@
     /**
     @brief
         Constructor. Creates a Notification with the input message.
+    @param creator
+        The creator.
     @param message
         The message of the Notification.
     */




More information about the Orxonox-commit mailing list