Browse Source

Fixed errors in documentation.

markus.muehlbrandt@itemis.de 13 years ago
parent
commit
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?)*|
-| |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)*|
 | |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
 
 h2. Introduction
+
 
 h2. Setting Up the Example Project
+
 
 h2. Generating Source-Code
 
@@ -13,7 +15,10 @@ h3. Manage Dependencies
 h3. Create MWE Workflow File
 
 h3. Execute MWE Workflow
+
 
 h2. The Generated Source-Code
+
 
 h2. Integrating the Generated Java Code
+