Skip to content

Commit 5733f63

Browse files
authored
Add missing escapes in a few topics
1 parent fb84f4d commit 5733f63

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/build/reference/msbuild-reference-cpp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Describes the MSBuild-based project types that are available for C++.
2727
[C++ new item templates](using-visual-cpp-add-new-item-templates.md)<br>
2828
Describes source files and other items you can add to a Visual Studio project.
2929

30-
[Precompiled header files](../creating-precompiled-header-files.md)
30+
[Precompiled header files](../creating-precompiled-header-files.md)\
3131
How to use precompiled header files and how to create your own custom precompiled code to speed up build times.
3232

3333
[Visual Studio project property reference](property-pages-visual-cpp.md)<br/>

docs/cpp/c-cpp-language-and-standard-libraries.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ A header-only C++20 library for using polymorphism in C++ without inheritance. F
6666
[SafeInt library](../safeint/safeint-library.md)\
6767
A portable library that can be used with MSVC, GCC, or Clang to help prevent integer overflows.
6868

69-
[Data Access Libraries](../data/data-access-in-cpp.md)
69+
[Data Access Libraries](../data/data-access-in-cpp.md)\
7070
Libraries to support data access using ATL or MFC, and legacy services such as OLE DB and ODBC.
7171

7272
## Related articles

docs/security/security-best-practices-for-cpp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Instructs the compiler to insert overrun detection code into functions that are
2323
[`/SAFESEH` (Image has Safe Exception Handlers)](../build/reference/safeseh-image-has-safe-exception-handlers.md)<br/>
2424
Instructs the linker to include in the output image a table that contains the address of each exception handler. At run time, the operating system uses this table to make sure that only legitimate exception handlers are executed. This helps prevent the execution of exception handlers that are introduced by a malicious attack at run time. By default, this option is off.
2525

26-
[`/NXCOMPAT`](../build/reference/nxcompat.md), [`/NXCOMPAT` (Compatible with Data Execution Prevention)](../build/reference/nxcompat-compatible-with-data-execution-prevention.md)
26+
[`/NXCOMPAT`](../build/reference/nxcompat.md), [`/NXCOMPAT` (Compatible with Data Execution Prevention)](../build/reference/nxcompat-compatible-with-data-execution-prevention.md)\
2727
These compiler and linker options enable Data Execution Prevention (DEP) compatibility. DEP guards the CPU against the execution of non-code pages.
2828

2929
[`/analyze` (Code Analysis)](../build/reference/analyze-code-analysis.md)<br/>

0 commit comments

Comments
 (0)