Skip to content

Commit fd0587f

Browse files
author
Colin Robertson
committed
Add TOC and Overview links
1 parent 26b394c commit fd0587f

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

docs/build/reference/TOC.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,7 @@
224224
### [-MAPINFO (Include Information in Mapfile)](mapinfo-include-information-in-mapfile.md)
225225
### [-MERGE (Combine Sections)](merge-combine-sections.md)
226226
### [-MIDL (Specify MIDL Command Line Options)](midl-specify-midl-command-line-options.md)
227+
### [-NATVIS (Add Natvis to PDB)](natvis-add-natvis-to-pdb.md)
227228
### [-NOASSEMBLY (Create a MSIL Module)](noassembly-create-a-msil-module.md)
228229
### [-NODEFAULTLIB (Ignore Libraries)](nodefaultlib-ignore-libraries.md)
229230
### [-NOENTRY (No Entry Point)](noentry-no-entry-point.md)

docs/build/reference/linker-options.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ LINK.exe links Common Object File Format (COFF) object files and libraries to cr
114114
|[/MAPINFO](../../build/reference/mapinfo-include-information-in-mapfile.md)|Includes the specified information in the mapfile.|
115115
|[/MERGE](../../build/reference/merge-combine-sections.md)|Combines sections.|
116116
|[/MIDL](../../build/reference/midl-specify-midl-command-line-options.md)|Specifies MIDL command-line options.|
117+
|[/NATVIS](../../build/reference/natvis-add-natvis-to-pdb.md)|Adds debugger visualizers from a Natvis file to the PDB.|
117118
|[/NOASSEMBLY](../../build/reference/noassembly-create-a-msil-module.md)|Suppresses the creation of a .NET Framework assembly.|
118119
|[/NODEFAULTLIB](../../build/reference/nodefaultlib-ignore-libraries.md)|Ignores all (or the specified) default libraries when external references are resolved.|
119120
|[/NOENTRY](../../build/reference/noentry-no-entry-point.md)|Creates a resource-only DLL.|

0 commit comments

Comments
 (0)