Skip to content

Commit a17f8b5

Browse files
committed
markdown cleanup
1 parent e8731a8 commit a17f8b5

File tree

3 files changed

+17
-15
lines changed

3 files changed

+17
-15
lines changed

docs/build/reference/linkrepro.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "/LINKREPRO (Link repro directory name)"
33
description: Linker or library tool option to set the directory for a link repro.
4-
ms.date: 03/24/2025
4+
ms.date: 03/28/2025
55
f1_keywords: ["/LINKREPRO"]
66
helpviewer_keywords: ["LINKREPRO linker option", "/LINKREPRO linker option", "-LINKREPRO linker option", "linker repro reporting"]
77
---
@@ -11,11 +11,11 @@ Tells the linker or library tool to generate a link repro in a specified directo
1111

1212
## Syntax
1313

14-
> **/LINKREPRO:**_directory-name_
14+
> `/LINKREPRO:` **_directory-name_**
1515
1616
### Arguments
1717

18-
**_directory-name_\
18+
**_directory-name_**\
1919
The user-specified directory to store the link repro in. Directory names that include spaces must be enclosed in double quotes. When expanded, the fully-qualified link repro filename must not exceed `MAX_PATH` (260 characters).
2020

2121
## Remarks

docs/build/reference/manifestfile-name-manifest-file.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,26 +4,28 @@ title: "/MANIFESTFILE (Name Manifest File)"
44
ms.date: "11/04/2016"
55
f1_keywords: ["VC.Project.VCLinkerTool.ManifestFile"]
66
helpviewer_keywords: ["MANIFESTFILE linker option", "-MANIFESTFILE linker option", "/MANIFESTFILE linker option"]
7-
ms.assetid: befa5ab2-a9cf-4c9b-969a-e7b4a930f08d
87
---
98
# /MANIFESTFILE (Name Manifest File)
109

11-
```
12-
/MANIFESTFILE:filename
13-
```
10+
Change the default name of the manifest file.
1411

15-
## Remarks
12+
## Syntax
13+
14+
> `/MANIFESTFILE:`**filename**
1615
17-
/MANIFESTFILE lets you change the default name of the manifest file. The default name of the manifest file is the file name with .manifest appended.
16+
## Arguments
1817

19-
/MANIFESTFILE will have no effect if you do not also link with [/MANIFEST](manifest-create-side-by-side-assembly-manifest.md).
18+
**filename**\
19+
The default name of the manifest file is *filename* with `.manifest` appended.
20+
21+
## Remarks
22+
23+
`/MANIFESTFILE` has no effect if you do not also link with [/MANIFEST](manifest-create-side-by-side-assembly-manifest.md).
2024

2125
### To set this linker option in the Visual Studio development environment
2226

2327
1. Open the project's **Property Pages** dialog box. For details, see [Set C++ compiler and build properties in Visual Studio](../working-with-project-properties.md).
24-
2528
1. Select the **Configuration Properties** > **Linker** > **Manifest File** property page.
26-
2729
1. Modify the **Manifest File** property.
2830

2931
### To set this linker option programmatically
@@ -32,5 +34,5 @@ ms.assetid: befa5ab2-a9cf-4c9b-969a-e7b4a930f08d
3234

3335
## See also
3436

35-
[MSVC linker reference](linking.md)<br/>
37+
[MSVC linker reference](linking.md)\
3638
[MSVC Linker Options](linker-options.md)

docs/build/reference/manifestinput-specify-manifest-input.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ Specifies a manifest input file to include in the manifest that's embedded in th
1010

1111
## Syntax
1212

13-
> **/MANIFESTINPUT:*filename*
13+
> `/MANIFESTINPUT:`*filename*
1414
1515
### Parameters
1616

17-
*`filename`*\
17+
*filename*\
1818
The manifest file to include in the embedded manifest. When expanded, the fully-qualified filename must not exceed `MAX_PATH` (260 characters).
1919

2020
## Remarks

0 commit comments

Comments
 (0)