diff --git a/plugins/org.yakindu.sct.doc.user/build.xml b/plugins/org.yakindu.sct.doc.user/build.xml index 0478c628c2..bbfed322bf 100644 --- a/plugins/org.yakindu.sct.doc.user/build.xml +++ b/plugins/org.yakindu.sct.doc.user/build.xml @@ -227,15 +227,15 @@ resource="org/eclipse/mylyn/wikitext/core/ant/tasks.properties" /> - + - + - + @@ -244,12 +244,12 @@ - + - + @@ -257,20 +257,20 @@ - - - - - - - - - + + + + + + + + + - - + + @@ -330,7 +330,7 @@ - + @@ -339,7 +339,7 @@ encoding="UTF-8" /> - + - + - + @@ -381,7 +381,7 @@ - + @@ -399,79 +399,15 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + - \ No newline at end of file + + + + + + + + + + + + + + + + + + + + + + diff --git a/plugins/org.yakindu.sct.doc.user/src/tutorials/tutorials.textile b/plugins/org.yakindu.sct.doc.user/src/tutorials/tutorials.textile index 011060c6f6..c66c6f7611 100644 --- a/plugins/org.yakindu.sct.doc.user/src/tutorials/tutorials.textile +++ b/plugins/org.yakindu.sct.doc.user/src/tutorials/tutorials.textile @@ -348,7 +348,7 @@ In order to eventually obtain the *CallHandling* example in the form of executab h3(#creating-the-statechart-model). Creating the statechart model -In the above "tutorial":#starting-with-an-empty-statechart-model we have seen how to work with the statechart editor. So let's create a new project now and use the statechart editor to create the *CallHandling* statechart model as outlined above. +In the "previous section":#starting-with-an-empty-statechart-model we have seen how to work with the statechart editor. So let's create a new project now and use the statechart editor to create the *CallHandling* statechart model as outlined above. Since we are going to generate Java code, we should use a Java project to host the statechart model. Use _File → New → Java Project_ and follow the _New Java Project_ wizard to create one. diff --git a/plugins/org.yakindu.sct.doc.user/src/user-guide/statechart_language.textile b/plugins/org.yakindu.sct.doc.user/src/user-guide/statechart_language.textile index 7dd4c45641..dce1815cf2 100644 --- a/plugins/org.yakindu.sct.doc.user/src/user-guide/statechart_language.textile +++ b/plugins/org.yakindu.sct.doc.user/src/user-guide/statechart_language.textile @@ -48,7 +48,7 @@ h3(#transition). Transition A transition is the transfer of one state to another. Transitions are diagrammed as arrows. They can have events and actions, but don't need to. -The syntax of events and actions is defined by a "textual description language":#the-statechart-language. Please refer to section "Events":#events of this documentation for more details! For more details on actions please see chapter "Actions":#reaction-triggers. +The syntax of events and actions is defined by a "textual description language":#the-statechart-language. Please refer to "section "Events"":#events for more details. "Section "Reaction triggers"":#reaction-triggers has more on actions. If a state has more than a single outgoing transition without event, then among those transitions the one that has been modeled first will be carried out.