Skip to content
This repository has been archived by the owner on Jan 5, 2021. It is now read-only.

Commit

Permalink
Merge pull request #958 from Yakindu/issue_#947_link
Browse files Browse the repository at this point in the history
Documentation links fixed (issue #947)
  • Loading branch information
tkutz authored Sep 7, 2016
2 parents 1fbddad + c34e623 commit 2967ddf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions plugins/org.yakindu.sct.doc.user/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
xmlns:if="ant:if"
xmlns:unless="ant:unless"
xmlns:artifact="antlib:org.eclipse.aether.ant">

<!-- Runtime properties:
website.local.files: Generates website as local files
-->

<!-- Include platform-specific or machine-specific properties, if any. -->
<property file="local.properties" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2060,9 +2060,9 @@ Voilà! The wizard creates a new generator project for you with a structure as s

h3. Executing the custom code generator

To test your custom code generator, create a new project containing a YAKINDU Statechart Tools model as described in the "Getting started" tutorial chapter "Creating a statechart model" (TODO: link).
To test your custom code generator, create a new project containing a YAKINDU Statechart Tools model as described in section "&quot;Editing statecharts&quot;":../user-guide/editing_statecharts.html#editing-statecharts.

After that, create a new generator model as described in chapter "Generating code". Select _Custom Xtend2/Java based code generator_ as the generator to use. As you may have noticed, the generator model for the @yakindu::generic@ generator contains an additional feature called _Generator_. This is where you can specify the name of your custom generator project and the fully-qualified generator class name as shown below.
After that, create a new generator model as described in section "&quot;Configuring a generator&quot;":#configuring-a-generator. Select _Custom Xtend2/Java based code generator_ as the generator to use. As you may have noticed, the generator model for the @yakindu::generic@ generator contains an additional feature called _Generator_. This is where you can specify the name of your custom generator project and the fully-qualified generator class name as shown below.

bc(prettyprint)..
GeneratorModel for yakindu::generic {
Expand Down

0 comments on commit 2967ddf

Please sign in to comment.