Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.etrice.doc/doc')
-rw-r--r--plugins/org.eclipse.etrice.doc/doc/050-etrice-features.textile20
-rw-r--r--plugins/org.eclipse.etrice.doc/doc/templates.textile50
-rw-r--r--plugins/org.eclipse.etrice.doc/doc/todo.txt62
3 files changed, 66 insertions, 66 deletions
diff --git a/plugins/org.eclipse.etrice.doc/doc/050-etrice-features.textile b/plugins/org.eclipse.etrice.doc/doc/050-etrice-features.textile
index c7412ef40..fa957b730 100644
--- a/plugins/org.eclipse.etrice.doc/doc/050-etrice-features.textile
+++ b/plugins/org.eclipse.etrice.doc/doc/050-etrice-features.textile
@@ -1,10 +1,10 @@
-h1. eTrice Features
-
-h2. Codegenerators
-
-h3. Java Generator
-
-h3. C++ Generator
-
-h3. C Generator
-
+h1. eTrice Features
+
+h2. Codegenerators
+
+h3. Java Generator
+
+h3. C++ Generator
+
+h3. C Generator
+
diff --git a/plugins/org.eclipse.etrice.doc/doc/templates.textile b/plugins/org.eclipse.etrice.doc/doc/templates.textile
index 90ba92568..b1fa6ecaf 100644
--- a/plugins/org.eclipse.etrice.doc/doc/templates.textile
+++ b/plugins/org.eclipse.etrice.doc/doc/templates.textile
@@ -1,26 +1,26 @@
-h2. ??Element??
-
-h3. Description
-
-h3. Motivation
-
-h3. Notation
-
-h3. Examples
-
-h3. Details
-
-
-
-<table title="Title" frame="box" border="1">
- <tr>
- <td align="center">*Element*</td>
- <td align="center">*Graphical Notation*</td>
- <td align="center">*Textual Notation*</td>
- </tr>
- <tr>
- <td></td>
- <td></td>
- <td></td>
- </tr>
+h2. ??Element??
+
+h3. Description
+
+h3. Motivation
+
+h3. Notation
+
+h3. Examples
+
+h3. Details
+
+
+
+<table title="Title" frame="box" border="1">
+ <tr>
+ <td align="center">*Element*</td>
+ <td align="center">*Graphical Notation*</td>
+ <td align="center">*Textual Notation*</td>
+ </tr>
+ <tr>
+ <td></td>
+ <td></td>
+ <td></td>
+ </tr>
<table> \ No newline at end of file
diff --git a/plugins/org.eclipse.etrice.doc/doc/todo.txt b/plugins/org.eclipse.etrice.doc/doc/todo.txt
index 968e87e34..9cfb7d443 100644
--- a/plugins/org.eclipse.etrice.doc/doc/todo.txt
+++ b/plugins/org.eclipse.etrice.doc/doc/todo.txt
@@ -1,31 +1,31 @@
-
-- List of Table in HTML: repair or delete
-- FSM missing completely
-- change width of pictures for PDF
-
-
-Bugs:
-- ActorClass, DataClass, Message: for DataClass no code completion
-- SPPs in Class are white at Reference black -> should all be black?
-
-Questions:
-- Attributes in ActorClass and DataClass as DataClass ref -> does that work?
-- ref in Operations -> check what is generated
-
-New Features:
-- private Operations for DataClass
-- Editor for DataClass
-- Detail Code without ""
-- Name of ActorClass inside AC Diagram
-
-
-<table cellspacing="2" frame="box" border="1">
- <tr>
- <td align="center"><b>Graphical Notation</b></td>
- <td align="center"><b>Textual Notation</b></td>
- </tr>
- <tr>
- <td>!images\040-ActorClass.png!</td>
- <td>!images\040-ActorClassExampleTextualNotation.png!</td>
- </tr>
-</table>
+
+- List of Table in HTML: repair or delete
+- FSM missing completely
+- change width of pictures for PDF
+
+
+Bugs:
+- ActorClass, DataClass, Message: for DataClass no code completion
+- SPPs in Class are white at Reference black -> should all be black?
+
+Questions:
+- Attributes in ActorClass and DataClass as DataClass ref -> does that work?
+- ref in Operations -> check what is generated
+
+New Features:
+- private Operations for DataClass
+- Editor for DataClass
+- Detail Code without ""
+- Name of ActorClass inside AC Diagram
+
+
+<table cellspacing="2" frame="box" border="1">
+ <tr>
+ <td align="center"><b>Graphical Notation</b></td>
+ <td align="center"><b>Textual Notation</b></td>
+ </tr>
+ <tr>
+ <td>!images\040-ActorClass.png!</td>
+ <td>!images\040-ActorClassExampleTextualNotation.png!</td>
+ </tr>
+</table>

Back to the top