浏览代码

Fixed errors in documentation.

markus.muehlbrandt@itemis.de 13 年之前
父节点
当前提交
114c7fc0e7

+ 1 - 1
plugins/org.yakindu.sct.doc.user/help/04_C-Code_Generator/timerhandler_interface.textile

@@ -7,7 +7,7 @@ The Interface should contain following methods:
 
 
 
 
 |*|*setTimer(event, time, periodic?)*|
 |*|*setTimer(event, time, periodic?)*|
-| |Defines an event which will be triggered after the specified <Time>. The third parameter should be set if the event has to be periodically triggered. The time should be specified in milliseconds.|
+| |Defines an event which will be triggered after the specified Time. The third parameter should be set if the event has to be periodically triggered. The time should be specified in milliseconds.|
 
 
 |*|*resetTimer(event)*|
 |*|*resetTimer(event)*|
 | |Resets the timer of the event so it is not triggered anymore.|
 | |Resets the timer of the event so it is not triggered anymore.|

+ 5 - 0
plugins/org.yakindu.sct.doc.user/help/05_Java-Code_Generator/java_code_generator.textile

@@ -1,8 +1,10 @@
 h1. Java-Code Generator
 h1. Java-Code Generator
 
 
 h2. Introduction
 h2. Introduction
+
 
 
 h2. Setting Up the Example Project
 h2. Setting Up the Example Project
+
 
 
 h2. Generating Source-Code
 h2. Generating Source-Code
 
 
@@ -13,7 +15,10 @@ h3. Manage Dependencies
 h3. Create MWE Workflow File
 h3. Create MWE Workflow File
 
 
 h3. Execute MWE Workflow
 h3. Execute MWE Workflow
+
 
 
 h2. The Generated Source-Code
 h2. The Generated Source-Code
+
 
 
 h2. Integrating the Generated Java Code
 h2. Integrating the Generated Java Code
+