Skip to content

Commit 9e0317a

Browse files
author
Colin Robertson
committed
Frontrunning again for bulk fix
1 parent dd53c13 commit 9e0317a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/build/reference/xdcmake-reference.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -28,17 +28,17 @@ xdcmake `input_filename options`
2828
## Parameters
2929

3030
*input_filename*<br/>
31-
The file name of the .xdc files used as input to xdcmake.exe. Specify one or more .xdc files or use *.xdc to use all .xdc files in the current directory.
31+
The file name of the *`.xdc`* files used as input to xdcmake.exe. Specify one or more *`.xdc`* files or use *.xdc to use all *`.xdc`* files in the current directory.
3232

3333
*options*<br/>
3434
Zero or more of the following:
3535

3636
|Option|Description|
3737
|------------|-----------------|
38-
|/?, /help|Display help for xdcmake.exe.|
39-
|/assembly:*filename*|Lets you specify the value of the \<assembly> tag in the .xml file. By default, the value of the \<assembly> tag is the same as the filename of the .xml file.|
38+
|`/?`, `/help`|Display help for xdcmake.exe.|
39+
|`/assembly:filename`|Lets you specify the value of the \<assembly> tag in the .xml file. By default, the value of the \<assembly> tag is the same as the filename of the .xml file.|
4040
|/nologo|Suppress copyright message.|
41-
|/out:*filename*|Lets you specify the name of the .xml file. By default, the name of the .xml file is the filename of the first .xdc file processed by xdcmake.exe.|
41+
|`/out:filename`|Lets you specify the name of the .xml file. By default, the name of the .xml file is the filename of the first .xdc file processed by xdcmake.exe.|
4242

4343
## Remarks
4444

0 commit comments

Comments
 (0)