[Orxonox-commit 3115] r7809 - code/trunk/src/libraries/core/input

rgrieder at orxonox.net rgrieder at orxonox.net
Sun Dec 26 12:53:03 CET 2010


Author: rgrieder
Date: 2010-12-26 12:53:02 +0100 (Sun, 26 Dec 2010)
New Revision: 7809

Modified:
   code/trunk/src/libraries/core/input/JoyStick.h
   code/trunk/src/libraries/core/input/Keyboard.h
   code/trunk/src/libraries/core/input/Mouse.h
Log:
Fixed Doxygen problem ('Template' is not always a type).

Modified: code/trunk/src/libraries/core/input/JoyStick.h
===================================================================
--- code/trunk/src/libraries/core/input/JoyStick.h	2010-12-25 23:01:17 UTC (rev 7808)
+++ code/trunk/src/libraries/core/input/JoyStick.h	2010-12-26 11:53:02 UTC (rev 7809)
@@ -37,7 +37,7 @@
 
 namespace orxonox
 {
-    //! Template parameter collection for the base class
+    //! %Template parameter collection for the base class
     struct JoyStickTraits
     {
         typedef JoyStick DeviceClass;

Modified: code/trunk/src/libraries/core/input/Keyboard.h
===================================================================
--- code/trunk/src/libraries/core/input/Keyboard.h	2010-12-25 23:01:17 UTC (rev 7808)
+++ code/trunk/src/libraries/core/input/Keyboard.h	2010-12-26 11:53:02 UTC (rev 7809)
@@ -36,7 +36,7 @@
 
 namespace orxonox
 {
-    //! Template parameter collection for the base class
+    //! %Template parameter collection for the base class
     struct KeyboardTraits
     {
         typedef Keyboard DeviceClass;

Modified: code/trunk/src/libraries/core/input/Mouse.h
===================================================================
--- code/trunk/src/libraries/core/input/Mouse.h	2010-12-25 23:01:17 UTC (rev 7808)
+++ code/trunk/src/libraries/core/input/Mouse.h	2010-12-26 11:53:02 UTC (rev 7809)
@@ -36,7 +36,7 @@
 
 namespace orxonox
 {
-    //! Template parameter collection for the base class
+    //! %Template parameter collection for the base class
     struct MouseTraits
     {
         typedef Mouse DeviceClass;




More information about the Orxonox-commit mailing list