*** empty log message ***
[lsystem3d.git] / src / lsystemparameters.h
index 1d80635bad8e7f7896874fd2765493d2efbe0d24..e09bb457d7b23e395596af27151d2a650086f70d 100644 (file)
@@ -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);