Skip to content

Commit

Permalink
Update the Target Description web page
Browse files Browse the repository at this point in the history
- Update the Rust target document parts.

Signed-off-by: Chanhee Lee <[email protected]>
  • Loading branch information
chanijjani committed Nov 20, 2024
1 parent 4783c7d commit b57e61e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/reference/target-declaration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -477,10 +477,10 @@ The `logging` option is one of `ERROR`, `WARN`, `INFO`, `LOG` or `DEBUG`. It spe
## no-compile

<ShowIfs>
<ShowIf ts rs >
<ShowIf ts>
This target does not support the `no-compile` target option.
</ShowIf>
<ShowIf c cpp py>
<ShowIf c cpp py rs>
If true, then do not invoke a target language compiler nor cmake. Just generate code.
</ShowIf>
</ShowIfs>
Expand Down Expand Up @@ -556,7 +556,8 @@ This specifies the scheduler to use. See[Target Language Details](<../reference/
This target does not support the `single-file-project` target option.
</ShowIf>
<ShowIf rs>
If true, enables [single-file project layout](#single-file-layout).
{If true, enables [single-file project layout](#single-file-layout).}
If true, only main.rs is generated instead of multiple rust source files.
</ShowIf>
</ShowIfs>

Expand Down

0 comments on commit b57e61e

Please sign in to comment.