Skip to content

Commit 65ace79

Browse files
author
Colin Robertson
committed
Tweaks to text
1 parent a7d88ae commit 65ace79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/build/reference/sourcelink.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Specifies a SourceLink configuration file to include in the PDB file generated b
1717

1818
## Syntax
1919

20-
> **/SOURCELINK**[__:__*filename*]
20+
> **/SOURCELINK:**_filename_
2121
2222
## Arguments
2323

@@ -26,7 +26,7 @@ Specifies a JSON-formatted configuration file that contains a simple mapping of
2626

2727
## Remarks
2828

29-
SourceLink is a language- and source-control agnostic system for providing first-class source debugging experiences for binaries. SourceLink is supported for native C++ binaries starting in Visual Studio 2017 version 15.7. For an overview of SourceLink, see [Source Link](https://github.com/dotnet/designs/blob/master/accepted/diagnostics/source-link.md). For information on how to use SourceLink in your projects and how to generate the SourceLink file, see [Using SourceLink](https://github.com/dotnet/sourcelink#using-sourcelink).
29+
SourceLink is a language- and source-control agnostic system for providing source debugging for binaries. SourceLink is supported for native C++ binaries starting in Visual Studio 2017 version 15.8. For an overview of SourceLink, see [Source Link](https://github.com/dotnet/designs/blob/master/accepted/diagnostics/source-link.md). For information on how to use SourceLink in your projects and how to generate the SourceLink file as part of your project, see [Using SourceLink](https://github.com/dotnet/sourcelink#using-sourcelink).
3030

3131
### To set the /SOURCELINK linker option in Visual Studio
3232

0 commit comments

Comments
 (0)