Minor cleanup.
[lsystem3d.git] / src / lsystemparameters.h
index 2fabdd34d551d1ad190fb86ddd3685e2c87fe41f..b9dccaf9a30d1d4d85a617909aa69d24e62a8cfa 100644 (file)
@@ -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