diff --git a/README.md b/README.md index 9112779..c7cb499 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ +
Production Flow Description Language diff --git a/docs/examples/concurrency_and_synchronization.md b/docs/examples/concurrency_and_synchronization.md index db37165..71817bb 100644 --- a/docs/examples/concurrency_and_synchronization.md +++ b/docs/examples/concurrency_and_synchronization.md @@ -1,3 +1,7 @@ + # Concurrency and Synchronization As already stated in the [parallel](../pfdl/parallel.md) section, there is no keyword for the synchronization. The next statement after a parallel block is only started if all concurrently running tasks are finished. diff --git a/docs/examples/control_structures.md b/docs/examples/control_structures.md index a0627fa..14c67b3 100644 --- a/docs/examples/control_structures.md +++ b/docs/examples/control_structures.md @@ -1,3 +1,7 @@ + # Control structures ## Condition diff --git a/docs/examples/introduction.md b/docs/examples/introduction.md index 7bddf2b..b7c6d7a 100644 --- a/docs/examples/introduction.md +++ b/docs/examples/introduction.md @@ -1,3 +1,7 @@ + # Introduction In this section complete PFDL programs are presented to give a better understanding. diff --git a/docs/examples/task_input_and_output.md b/docs/examples/task_input_and_output.md index d0b332e..7a509c6 100644 --- a/docs/examples/task_input_and_output.md +++ b/docs/examples/task_input_and_output.md @@ -1,3 +1,7 @@ + # Task input and output Tasks can define an Input and an Output to pass data when calling each other. diff --git a/docs/getting_started/architecture.md b/docs/getting_started/architecture.md index ee9d9d3..2d932e3 100644 --- a/docs/getting_started/architecture.md +++ b/docs/getting_started/architecture.md @@ -1,3 +1,7 @@ +