r159 - in trunk/src: . objects

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Thu Sep 8 06:18:00 EDT 2005


Author: jonas
Date: 2005-09-08 06:18:00 -0400 (Thu, 08 Sep 2005)
New Revision: 159

Modified:
   trunk/src/objects/teleport.h
   trunk/src/scenario.h
Log:
updated doxygen to report (almost) no errors

Modified: trunk/src/objects/teleport.h
===================================================================
--- trunk/src/objects/teleport.h	2005-09-08 10:12:39 UTC (rev 158)
+++ trunk/src/objects/teleport.h	2005-09-08 10:18:00 UTC (rev 159)
@@ -6,12 +6,6 @@
 */
 class Teleporter : public Object {
     public:
-        /// \param imagename Name of the image file used to display this object
-        /// \param xpos x coordinate of the object position
-        /// \param ypos y coordinate of the object position
-        /// \param xExit x coordinate of the exit position
-        /// \param yExit y coordinate of the exit position
-        /// \param name Name of this object
         Teleporter(Sint16 xpos=0, Sint16 ypos=0, ParameterMap& parameters=ParameterMap());
         virtual ~Teleporter();
         static ParameterMap default_parameters;

Modified: trunk/src/scenario.h
===================================================================
--- trunk/src/scenario.h	2005-09-08 10:12:39 UTC (rev 158)
+++ trunk/src/scenario.h	2005-09-08 10:18:00 UTC (rev 159)
@@ -7,19 +7,19 @@
     \remarks MAP FORMAT:
     \remarks HeaderOption "parameters"
     \remarks Background "parameters"
-    \remarks #ENDHEADER
+    \remarks \#ENDHEADER
     \remarks "Object class name" "x position" "y position" "parameters"
     \remarks The parameters depend on the object: Each object checks it's
       corresponding parameters.
     \remarks The parameter format is like this:
     \remarks option1=value1,option2=value2,...
-    \remakrs A value may be a parameterlist of suboptions:
+    \remarks A value may be a parameterlist of suboptions:
     \remarks option1=subopt1=subval1:subopt2=subval2:...,option2=value2
     \remarks Defaults:
     \remarks x and y default to 0
     \remarks Example:
     \remarks Background image=background.bmp
-    \remarks #ENDHEADER
+    \remarks \#ENDHEADER
     \remarks Teleporter 0 0 image=teleporter.bmp,exitx=20,exity=100,name=teleporter1
     \todo Move the Caches into the current map as well?
 */




More information about the lostpenguins-commits mailing list