Browse Source

Documentation: types of "Naming" parameters fixed.

Rainer Klute 9 years ago
parent
commit
1b54f6e836
1 changed files with 2 additions and 2 deletions
  1. 2 2
      plugins/org.yakindu.sct.doc.user/src/documentation.textile

+ 2 - 2
plugins/org.yakindu.sct.doc.user/src/documentation.textile

@@ -2869,8 +2869,8 @@ The *Naming* feature allows the configuration of package names as well as class
 
 It is an *optional* feature and has the following parameters:
 
-# _basePackage_ (Boolean, required): The package to create for the generated java classes
-# _implementationSuffix_ (Boolean, optional): The suffix for the implementing classes
+# _basePackage_ (String, required): The package to create for the generated java classes
+# _implementationSuffix_ (String, optional): The suffix for the implementing classes
 
 bq.. *Example:*