Skip to content

Commit b57e61e

Browse files
committed
Update the Target Description web page
- Update the Rust target document parts. Signed-off-by: Chanhee Lee <[email protected]>
1 parent 4783c7d commit b57e61e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/reference/target-declaration.mdx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -477,10 +477,10 @@ The `logging` option is one of `ERROR`, `WARN`, `INFO`, `LOG` or `DEBUG`. It spe
477477
## no-compile
478478

479479
<ShowIfs>
480-
<ShowIf ts rs >
480+
<ShowIf ts>
481481
This target does not support the `no-compile` target option.
482482
</ShowIf>
483-
<ShowIf c cpp py>
483+
<ShowIf c cpp py rs>
484484
If true, then do not invoke a target language compiler nor cmake. Just generate code.
485485
</ShowIf>
486486
</ShowIfs>
@@ -556,7 +556,8 @@ This specifies the scheduler to use. See[Target Language Details](<../reference/
556556
This target does not support the `single-file-project` target option.
557557
</ShowIf>
558558
<ShowIf rs>
559-
If true, enables [single-file project layout](#single-file-layout).
559+
{If true, enables [single-file project layout](#single-file-layout).}
560+
If true, only main.rs is generated instead of multiple rust source files.
560561
</ShowIf>
561562
</ShowIfs>
562563

0 commit comments

Comments
 (0)