Skip to content

Commit 8a79678

Browse files
committed
docs(modelql): added link to modelqlKotlinDir
1 parent 69bcc07 commit 8a79678

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/global/modules/core/pages/howto/modelql.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ val result: List<String?> = client.getRootNode()!!.query {
3131
== Type-safe ModelQL API
3232

3333
You can use the `model-api-gen-gradle` plugin to generate type safe extensions from your meta-model.
34-
Specify the `modelqlKotlinDir` property to enable the generation.
34+
Specify the link:../reference/component-model-api-gen-gradle.adoc#model-api-gen-gradle_attributes_modelqlKotlinDir[modelqlKotlinDir] property to enable the generation.
3535

3636
[source,kotlin]
3737
--

docs/global/modules/core/pages/reference/component-model-api-gen-gradle.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Inside of the `metamodel` block the following settings can be configured.
8282
|File
8383
|Target Kotlin directory of the generator
8484

85-
|`modelqlKotlinDir`
85+
|`modelqlKotlinDir` [[model-api-gen-gradle_attributes_modelqlKotlinDir,modelqlKotlinDir]]
8686
|File
8787
|The generation of the ModelQL API is optional, because the output has a dependency on the ModelQL runtime.
8888
If this option is set, you have to add a dependency on `org.modelix:modelql-typed`.

0 commit comments

Comments
 (0)