Minor cleanup.
[lsystem3d.git] / src / lsystemparameters.h
index 1d80635bad8e7f7896874fd2765493d2efbe0d24..b9dccaf9a30d1d4d85a617909aa69d24e62a8cfa 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,11 +32,12 @@ using namespace std;
 
 
 /**
- * Save and load a l-system specification
+ * Saver and loader for L-system parameters
  */
 class LSystemParameters : protected XMLStructure
 {
 public:
+    
     /**
      * Constructor
      */
@@ -47,16 +48,17 @@ public:
      */
     ~LSystemParameters();
     
+    
     /**
      * 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);