Browse Source

YAKHMI-525 Write documentation, check for mistakes and change according to the Eclipse styleguide for help

webmaster@wendler-im-netz.de 13 years ago
parent
commit
0ab7194be8

File diff suppressed because it is too large
+ 1 - 1
plugins/org.yakindu.sct.doc.user/help/02_Getting_Started/getting_started.html


File diff suppressed because it is too large
+ 23 - 18
plugins/org.yakindu.sct.doc.user/help/02_Getting_Started/getting_started.textile


+ 5 - 5
plugins/org.yakindu.sct.doc.user/help/04_Tasks/tasks-toc.xml

@@ -1,10 +1,10 @@
 <?xml version='1.0' encoding='utf-8' ?>
 <toc topic="help/04_Tasks/tasks.html" label="tasks">
 	<topic href="help/04_Tasks/tasks.html" label="Tasks">
-		<topic href="help/04_Tasks/tasks.html#Modelastatemachine" label="Model a statemachine"></topic>
-		<topic href="help/04_Tasks/tasks.html#Validateastatemachine" label="Validate a statemachine"></topic>
-		<topic href="help/04_Tasks/tasks.html#Simulateastatemachine" label="Simulate a statemachine"></topic>
-		<topic href="help/04_Tasks/tasks.html#GenerateC" label="Generate C"></topic>
-		<topic href="help/04_Tasks/tasks.html#GenerateJava" label="Generate Java"></topic>
+		<topic href="help/04_Tasks/tasks.html#Modelingastatemachine" label="Modeling a statemachine"></topic>
+		<topic href="help/04_Tasks/tasks.html#Validatingastatemachine" label="Validating a statemachine"></topic>
+		<topic href="help/04_Tasks/tasks.html#Simulatingastatemachine" label="Simulating a statemachine"></topic>
+		<topic href="help/04_Tasks/tasks.html#GeneratingCcode" label="Generating C code"></topic>
+		<topic href="help/04_Tasks/tasks.html#GeneratingJavacode" label="Generating Java code"></topic>
 	</topic>
 </toc>

File diff suppressed because it is too large
+ 1 - 1
plugins/org.yakindu.sct.doc.user/help/04_Tasks/tasks.html


+ 5 - 5
plugins/org.yakindu.sct.doc.user/help/04_Tasks/tasks.textile

@@ -1,11 +1,11 @@
 h1. Tasks
 
-h2. Model a statemachine
+h2. Modeling a statemachine
 
-h2. Validate a statemachine
+h2. Validating a statemachine
 
-h2. Simulate a statemachine
+h2. Simulating a statemachine
 
-h2. Generate C
+h2. Generating C code
 
-h2. Generate Java
+h2. Generating Java code

+ 6 - 3
plugins/org.yakindu.sct.doc.user/help/style.css

@@ -1,15 +1,18 @@
 @CHARSET "UTF-8";
 
 
+body {
+font-family:Verdana;
+}
+
 li img {
 	display: block;
 	margin-top: 0.5ex;
 	margin-bottom: 0.5ex;
 }
 
-table {
- 
- border: 1px solid #666;
+table { 
+ border: 1px solid #666666;
 
 }