Browse Source

Arrrgh, there were still some references to TypeScript! (Already fixed on the website)

Rainer Klute 7 years ago
parent
commit
c61aaeb1f6

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

@@ -2456,9 +2456,9 @@ The mandatory *Renderer* feature controls the rendering of the images.
 
 h2(#codegen_custom_code_generators). Custom code generators
 
-Although YAKINDU Statechart Tools are shipped with powerful code generators for C, C++, Java, and TypeScript, it may be necessary to create a custom code generator to support a variety of use cases. One reason for a custom code generator could be to support additional programming languages – in this case we would be happy to receive a contribution! – or to generate code for an existing framework.
+Although YAKINDU Statechart Tools are shipped with powerful code generators for C, C++, and Java, it may be necessary to create a custom code generator to support a variety of use cases. One reason for a custom code generator could be to support additional programming languages – in this case we would be happy to receive a contribution! – or to generate code for an existing framework.
 
-###. CHECK: Does YSCT provide code generators for C, C++, Java, and TypeScript?
+###. CHECK: Does YSCT provide code generators for C, C++, and Java.
 
 
 

+ 6 - 2
plugins/org.yakindu.sct.doc.user/src/user-guide/overview.textile

@@ -9,11 +9,13 @@ The Standard Edition of YAKINDU Statechart Tools provides the following features
 
 * *Statechart diagram editor* to graphically create and edit statecharts, the graphical representation of state machines
 * *Statechart simulator* to simulate the behavior of statecharts
-* *Code generators for Java, C, C++, and TypeScript* to transform statecharts into programming language source code
+* *Code generators for Java, C, and C++* to transform statecharts into programming language source code
 * *Custom generator projects* to easily create model-to-text transformations with Xtend or Java in order to create any code of your own choice
 * *Integrated validator* to check for syntactical or semantical problems of the statechart model
 * *Testing framework* to test your state machines with unit tests
 
+###. CHECK: Does YSCT provide code generators for C, C++, and Java?
+
 The following graph shows these features and their relation to each other:
 
 !(large)images/docu_YAKINDU_features.png(Features of YAKINDU Statechart Tools)!
@@ -48,4 +50,6 @@ YAKINDU Statechart Tools is developed and driven by "itemis AG":https://en.wikip
 
 h2(#overview_who_is_using_yakindu_statechart_tools). Who is using YAKINDU Statechart Tools?
 
-Initially YAKINDU Statechart Tools have been designed for the embedded systems industry: automotive, system controls, vending machines etc. However, YAKINDU Statechart Tools are bringing the benefits of finite-state machines (FSM) and Harel statecharts to everyone who needs to design, simulate and develop behavior. People can use YAKINDU Statechart Tools to generate Java, C, C++, or TypeScript code.
+Initially YAKINDU Statechart Tools have been designed for the embedded systems industry: automotive, system controls, vending machines etc. However, YAKINDU Statechart Tools are bringing the benefits of finite-state machines (FSM) and Harel statecharts to everyone who needs to design, simulate and develop behavior. People can use YAKINDU Statechart Tools to generate Java, C, or C++ code.
+
+###. CHECK: Does YSCT provide code generators for C, C++, and Java?