*** empty log message ***
[lsystem3d.git] / src / lsystemparameters.h
index 1d80635bad8e7f7896874fd2765493d2efbe0d24..2fabdd34d551d1ad190fb86ddd3685e2c87fe41f 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2006 Erik Dahlberg
 // 
-// This file is part of LSystem3d.
+// This file is part of LSystem3D.
 // 
 // LSystem3D is free software; you can redistribute it and/or
 // modify it under the terms of the GNU General Public License
@@ -32,7 +32,7 @@ using namespace std;
 
 
 /**
- * Save and load a l-system specification
+ * Save and load a L-system specification
  */
 class LSystemParameters : protected XMLStructure
 {
@@ -49,14 +49,14 @@ public:
     
     /**
      * Load parameters from xml file
-     * @param lsystem put parameters into this l-system
+     * @param lsystem put parameters into this L-system
      * @param path path to xml file
      */
     void load(LindenmayerSystem *lsystem, string path);
     
     /**
      * Save parameters to xml file
-     * @param lsystem get parameters from this l-system
+     * @param lsystem get parameters from this L-system
      * @param path path to xml file
      */
     void save(LindenmayerSystem *lsystem, string path);