Skip to content

Commit ab3fe4f

Browse files
authored
Merge pull request #4999 from Rageking8/remove-stray-trailing-escapes
Remove stray trailing escapes
2 parents 7aceb13 + 2cca577 commit ab3fe4f

20 files changed

+36
-41
lines changed

docs/build-insights/reference/sdk/cpp-event-data-types/compiler-pass.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Along with the inherited members from its [Activity](activity.md) base class, th
5656
5757
[InputSourcePath](#input-source-path)\
5858
[OutputObjectPath](#output-object-path)\
59-
[PassCode](#pass-code)\
59+
[PassCode](#pass-code)
6060
6161
## <a name="compiler-pass"></a> CompilerPass
6262

docs/build/reference/zc-zerosizearraynew.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
description: "Learn more about the /Zc:zeroSizeArrayNew (Call member new/delete on arrays) compiler option."
32
title: "/Zc:zeroSizeArrayNew (Call member new/delete on arrays)"
3+
description: "Learn more about the /Zc:zeroSizeArrayNew (Call member new/delete on arrays) compiler option."
44
ms.date: 11/08/2022
55
f1_keywords: ["/Zc:zeroSizeArrayNew"]
66
helpviewer_keywords: ["-Zc:zeroSizeArrayNew compiler option (C++)", "/Zc:zeroSizeArrayNew compiler option (C++)"]
@@ -29,4 +29,4 @@ The **`/Zc:zeroSizeArrayNew`** option may cause a breaking change in code that r
2929

3030
## See also
3131

32-
[`/Zc` (Conformance)](zc-conformance.md)\
32+
[`/Zc` (Conformance)](zc-conformance.md)

docs/c-language/typeof-c.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ To use `typeof`, compile with [`/std:clatest`](../build/reference/std-specify-la
5656

5757
## See also
5858

59-
[`/std` (Specify Language Standard Version)](../build/reference/std-specify-language-standard-version.md)\
59+
[`/std` (Specify Language Standard Version)](../build/reference/std-specify-language-standard-version.md)

docs/c-language/typeof-unqual-c.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ To use `typeof_unqual`, compile with [`/std:clatest`](../build/reference/std-spe
5454

5555
## See also
5656

57-
[`/std` (Specify Language Standard Version)](../build/reference/std-specify-language-standard-version.md)\
57+
[`/std` (Specify Language Standard Version)](../build/reference/std-specify-language-standard-version.md)

docs/c-runtime-library/reference/crtmemdifference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,4 @@ For more compatibility information, see [Compatibility](../compatibility.md).
6363
## See also
6464

6565
[Debug routines](../debug-routines.md)\
66-
[`_crtDbgFlag`](../crtdbgflag.md)\
66+
[`_crtDbgFlag`](../crtdbgflag.md)

docs/c-runtime-library/reference/crtmemdumpstatistics.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
---
2-
description: "Learn more about: _CrtMemDumpStatistics"
32
title: "_CrtMemDumpStatistics"
3+
description: "Learn more about: _CrtMemDumpStatistics"
44
ms.date: "11/04/2016"
55
api_name: ["_CrtMemDumpStatistics"]
66
api_location: ["msvcrt.dll", "msvcr80.dll", "msvcr90.dll", "msvcr100.dll", "msvcr100_clr0400.dll", "msvcr110.dll", "msvcr110_clr0400.dll", "msvcr120.dll", "msvcr120_clr0400.dll", "ucrtbase.dll"]
77
api_type: ["DLLExport"]
88
topic_type: ["apiref"]
99
f1_keywords: ["CrtMemDumpStatistics", "_CrtMemDumpStatistics"]
1010
helpviewer_keywords: ["_CrtMemDumpStatistics function", "CrtMemDumpStatistics function"]
11-
ms.assetid: 27b9d731-3184-4a2d-b9a7-6566ab28a9fe
1211
---
1312
# `_CrtMemDumpStatistics`
1413

@@ -47,4 +46,4 @@ For more compatibility information, see [Compatibility](../compatibility.md).
4746

4847
## See also
4948

50-
[Debug routines](../debug-routines.md)\
49+
[Debug routines](../debug-routines.md)

docs/c-runtime-library/reference/crtsetbreakalloc.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
---
2-
description: "Learn more about: _CrtSetBreakAlloc"
32
title: "_CrtSetBreakAlloc"
3+
description: "Learn more about: _CrtSetBreakAlloc"
44
ms.date: "11/04/2016"
55
api_name: ["_CrtSetBreakAlloc"]
66
api_location: ["msvcrt.dll", "msvcr80.dll", "msvcr90.dll", "msvcr100.dll", "msvcr100_clr0400.dll", "msvcr110.dll", "msvcr110_clr0400.dll", "msvcr120.dll", "msvcr120_clr0400.dll", "ucrtbase.dll"]
77
api_type: ["DLLExport"]
88
topic_type: ["apiref"]
99
f1_keywords: ["CrtSetBreakAlloc", "_CrtSetBreakAlloc"]
1010
helpviewer_keywords: ["CrtSetBreakAlloc function", "_CrtSetBreakAlloc function"]
11-
ms.assetid: 33bfc6af-a9ea-405b-a29f-1c2d4d9880a1
1211
---
1312
# `_CrtSetBreakAlloc`
1413

@@ -99,4 +98,4 @@ int main( )
9998
10099
## See also
101100
102-
[Debug routines](../debug-routines.md)\
101+
[Debug routines](../debug-routines.md)

docs/c-runtime-library/reference/crtsetreportfile.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
---
2-
description: "Learn more about: _CrtSetReportFile"
32
title: "_CrtSetReportFile"
3+
description: "Learn more about: _CrtSetReportFile"
44
ms.date: "11/04/2016"
55
api_name: ["_CrtSetReportFile"]
66
api_location: ["msvcrt.dll", "msvcr80.dll", "msvcr90.dll", "msvcr100.dll", "msvcr100_clr0400.dll", "msvcr110.dll", "msvcr110_clr0400.dll", "msvcr120.dll", "msvcr120_clr0400.dll", "ucrtbase.dll"]
77
api_type: ["DLLExport"]
88
topic_type: ["apiref"]
99
f1_keywords: ["CrtSetReportFile", "_CrtSetReportFile"]
1010
helpviewer_keywords: ["CrtSetReportFile function", "_CrtSetReportFile function"]
11-
ms.assetid: 3126537e-511b-44af-9c1c-0605265eabc4
1211
---
1312
# `_CrtSetReportFile`
1413

@@ -91,4 +90,4 @@ The console isn't supported in Universal Windows Platform (UWP) apps. The standa
9190

9291
## See also
9392

94-
[Debug routines](../debug-routines.md)\
93+
[Debug routines](../debug-routines.md)

docs/c-runtime-library/reference/fdim-fdimf-fdiml.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ api_type: ["DLLExport"]
88
topic_type: ["apiref"]
99
f1_keywords: ["fdim", "fdimf", "fdiml", "math/fdim", "math/fdimf", "math/fdiml"]
1010
helpviewer_keywords: ["fdim function", "fdimf function", "fdiml function"]
11-
ms.assetid: 2d4ac639-51e9-462d-84ab-fb03b06971a0
1211
---
1312
# `fdim`, `fdimf`, `fdiml`
1413

@@ -93,4 +92,4 @@ For more compatibility information, see [Compatibility](../compatibility.md).
9392
9493
[Alphabetical function reference](crt-alphabetical-function-reference.md)\
9594
[`fmax`, `fmaxf`, `fmaxl`](fmax-fmaxf-fmaxl.md)\
96-
[`abs`, `labs`, `llabs`, `_abs64`](abs-labs-llabs-abs64.md)\
95+
[`abs`, `labs`, `llabs`, `_abs64`](abs-labs-llabs-abs64.md)

docs/c-runtime-library/reference/freopen-wfreopen.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
description: "Learn more about: freopen, _wfreopen"
32
title: "freopen, _wfreopen"
3+
description: "Learn more about: freopen, _wfreopen"
44
ms.date: "2/23/2021"
55
api_name: ["freopen", "_wfreopen", "_o__wfreopen", "_o_freopen"]
66
api_location: ["msvcrt.dll", "msvcr80.dll", "msvcr90.dll", "msvcr100.dll", "msvcr100_clr0400.dll", "msvcr110.dll", "msvcr110_clr0400.dll", "msvcr120.dll", "msvcr120_clr0400.dll", "ucrtbase.dll", "api-ms-win-crt-stdio-l1-1-0.dll"]
@@ -141,4 +141,4 @@ This will go to the file 'freopen.out'
141141
[`_fileno`](fileno.md)\
142142
[`fopen`, `_wfopen`](fopen-wfopen.md)\
143143
[`_open`, `_wopen`](open-wopen.md)\
144-
[`_setmode`](setmode.md)\
144+
[`_setmode`](setmode.md)

0 commit comments

Comments
 (0)