Minor cleanup.
[lsystem3d.git] / src / lsystemparameters.h
index e09bb457d7b23e395596af27151d2a650086f70d..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,6 +48,7 @@ public:
      */
     ~LSystemParameters();
     
+    
     /**
      * Load parameters from xml file
      * @param lsystem put parameters into this L-system