Skip to content

Commit

Permalink
Add more missing documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gohla committed Jul 12, 2023
1 parent f1b0b16 commit 296e072
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/reference/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -511,6 +511,7 @@ The following `$StrategoFilesOption`s are supported:
| `main-file = $Expression` | no | The main Stratego file relative to the `main-source-directory`. Defaults to `./main.str2`. | Path |
| `include-directory = $Expression` | no | Adds an include directory from which to resolve Stratego imports. May be given multiple times. | Path |
| `export-directory = $Expression` | no | Exports a directory, making the Stratego files in it accessable to dependencies. May be given multiple times. | Path |
| `with-import-strategy-package-id = $Expression` | no | Adds a Java package to import in the Java files that have been compiled from Stratego files. For example, `"mb.mylang.strategies"` adds import `import mb.mylang.strategies.*`. May be given multiple times. | String |
| `sdf3-statix-explication-generation = $Expression` | no | Whether SDF3 to Statix injection explication/implication generation is enabled. When enabled, `statix { sdf3-statix-signature-generation = true }` must also be enabled. Defaults to `false`. | Boolean |
| `language-strategy-affix = $Expression` | no | The affix that is used to make certain generated strategies unique to the language. This is used both as a prefix and suffix. Defaults to name of the language transformed to a Stratego strategy identifier. | Stratego strategy identifier |
| `concrete-syntax-extension-parse-table = $Expression` | no | Adds a Stratego concrete syntax extension parse table that can be used to parse Stratego files with. May be given multiple times. | Path |
Expand All @@ -533,7 +534,7 @@ The following `Dependency`s are supported:

| Syntax | Description |
| - | - |
| `$Exp` | A dependency to project defined by the expression, available at `Build` and `Run` time. |
| `$Exp` | A dependency to a project defined by the expression, available at `Build` and `Run` time. |
| `$Exp { $DependencyOption* }` | A dependency to project defined by the expression, with configuration options. |

The following `DependencyOption`s are supported:
Expand Down

0 comments on commit 296e072

Please sign in to comment.