Просмотр исходного кода

removed deprecated feature configurationModule from user .doc

Andreas Muelder 9 лет назад
Родитель
Сommit
69e737ee94

+ 0 - 1
plugins/org.yakindu.sct.doc.user/src/user-guide/generating_code.textile

@@ -2121,7 +2121,6 @@ The *Generator* feature allows to configure a custom code generator located in t
 
 # _generatorProject_ (String, required): the name of the generator project
 # _generatorClass_ (String, required): the fully-qualified name of the code generator class
-# _configurationModule_ (String, optional): the fully-qualified class name of a Guice module to configure the code generator
 
 bc. feature Generator {
     generatorProject = "org.yakindu.sct.mygenerator"