mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-03 21:15:32 +02:00
csc: clarify example. (#2940)
This commit is contained in:
parent
c24e2d610c
commit
9c59940f45
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
|||
|
||||
- Embed a resource:
|
||||
|
||||
`csc /resource:{{path/to/target_file.cs}},{{namespace.string.name}} {{path/to/input_file.cs}}`
|
||||
`csc /resource:{{path/to/resource_file}} {{path/to/input_file.cs}}`
|
||||
|
||||
- Automatically generate XML documentation:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue