diff --git a/versioned_docs/version-0.9.0/reference/target-declaration.mdx b/versioned_docs/version-0.9.0/reference/target-declaration.mdx index 2e97295b8..db4abc0cc 100644 --- a/versioned_docs/version-0.9.0/reference/target-declaration.mdx +++ b/versioned_docs/version-0.9.0/reference/target-declaration.mdx @@ -104,7 +104,6 @@ rs={ build-type: , cargo-features: , cargo-dependencies: , - export-dependency-graph: , rust-include: , single-file-project: , single-threaded: , @@ -380,10 +379,10 @@ This option takes a path as string argument to a folder containing an alternativ This target does not support the `export-dependency-graph` target option. - + This parameter takes arguments `true` or `false` to specify whether the compiled binary will export its internal dependency graph as a dot graph when executed. This is a debugging utility. -If a [CLI](#command-line-arguments) is generated, the target property is ignored, and the user should instead use the `--export-graph` flag of the generated program. +This feature works when a [CLI](#command-line-arguments) option is enabled and the user use the `--export-graph` flag of the generated program. @@ -477,10 +476,10 @@ The `logging` option is one of `ERROR`, `WARN`, `INFO`, `LOG` or `DEBUG`. It spe ## no-compile - + This target does not support the `no-compile` target option. - + If true, then do not invoke a target language compiler nor cmake. Just generate code. @@ -534,19 +533,16 @@ This argument takes a string (with quotation marks) containing any tag, branch n This target does not support the `rust-include` target option. -This specifies a set of Rust modules in the generated project. See [Linking support files](#linking-support-files). +This specifies a set of Rust modules in the generated project. ## scheduler - + This target does not support the `scheduler` target option. - -This specifies the scheduler to use. See[Target Language Details](<../reference/target-language-details.mdx#scheduler-target-property>). - ## single-file-project @@ -556,7 +552,7 @@ This specifies the scheduler to use. See[Target Language Details](<../reference/ This target does not support the `single-file-project` target option. -If true, enables [single-file project layout](#single-file-layout). +If true, only main.rs is generated instead of multiple rust source files. @@ -732,7 +728,6 @@ The generated executable may feature a command-line interface (CLI), if it uses - `--timeout