[Dev] Add diagram for basic invocation workflow authored by Rico Bergmann's avatar Rico Bergmann
= Developer documentation = Developer documentation
:sectanchors: :sectanchors:
:sectlinks: :sectlinks:
:imagesdir: ../assets/generated
If you want to find out how to extend the generator and adapt it to fit your own needs, this page If you want to find out how to extend the generator and adapt it to fit your own needs, this page
is for you. is for you.
...@@ -9,7 +10,8 @@ is for you. ...@@ -9,7 +10,8 @@ is for you.
When invoking the generator, it will (roughly) perform the following actions: When invoking the generator, it will (roughly) perform the following actions:
.Basic invocation workflow
image::invocation_workflow.png[]
== The Scala abstract class representation == The Scala abstract class representation
... ...
......