Skip to content

Commit e9ed31f

Browse files
author
Colin Robertson
authored
Bulk fix: removing some HTML Entity codes (#3900)
* Try removing some HTML Entity codes * Matchy matchy * Add entity `​` to test * Strip non-entity changes * Fix typo
1 parent 4b0fb9c commit e9ed31f

9 files changed

+24
-24
lines changed

docs/assembler/inline/intel-s-mmx-instruction-set.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
description: "Learn more about: Intel's MMX Instruction Set"
3-
title: "Intel's MMX Instruction Set"
2+
description: "Learn more about: Intel's MMX Instruction Set"
3+
title: "Intel's MMX Instruction Set"
44
ms.date: "08/30/2018"
55
ms.topic: "reference"
66
helpviewer_keywords: ["MMX instruction set"]
77
ms.assetid: 705deb2d-c3fd-4696-9e22-8bcf25866daf
88
---
9-
# Intel's MMX Instruction Set
9+
# Intel's MMX Instruction Set
1010

1111
**Microsoft Specific**
1212

docs/assembler/masm/operator-double-quote.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
description: "Learn more about: operator " ""
3-
title: "operator " ""
2+
description: 'Learn more about: operator " "'
3+
title: 'operator " "'
44
ms.date: "12/17/2019"
5-
f1_keywords: ["" "", "operator " ""]
6-
helpviewer_keywords: ["" " operator", "operator " ""]
5+
f1_keywords: ['operator " "']
6+
helpviewer_keywords: ['" " operator', 'operator " "']
77
ms.assetid: e96fd419-06d4-4989-b65b-7d3754f00f81
88
---
9-
# operator " "
9+
# operator " "
1010

1111
Treats "*text*" as a string.
1212

docs/assembler/masm/operator-single-quote.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
description: "Learn more about: operator ' '"
3-
title: "operator ' '"
2+
description: "Learn more about: operator ' '"
3+
title: "operator ' '"
44
ms.date: "12/17/2019"
55
f1_keywords: ["operator ' '", "' '"]
66
helpviewer_keywords: ["operator ' '", "' ' operator"]
77
ms.assetid: 62a5d993-3d9b-470d-ba8a-53d76afd29b1
88
---
9-
# operator ' '
9+
# operator ' '
1010

1111
Treats '*text*' as a string.
1212

docs/atl/using-replaceable-parameters-the-registrar-s-preprocessor.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
description: "Learn more about: Using Replaceable Parameters (The Registrar's Preprocessor)"
2+
description: "Learn more about: Using Replaceable Parameters (The Registrar's Preprocessor)"
33
title: "Using Replaceable Parameters (ATL Registrar)"
44
ms.date: "11/04/2016"
55
helpviewer_keywords: ["%MODULE%"]
66
ms.assetid: 0b376994-84a6-4967-8d97-8c01dfc94efe
77
---
8-
# Using Replaceable Parameters (The Registrar's Preprocessor)
8+
# Using Replaceable Parameters (The Registrar's Preprocessor)
99

1010
Replaceable parameters allow a Registrar's client to specify run-time data. To do this, the Registrar maintains a replacement map into which it enters the values associated with the replaceable parameters in your script. The Registrar makes these entries at run time.
1111

docs/build/reference/ignoreidl-don-t-process-attributes-into-midl.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
description: "Learn more about: /IGNOREIDL (Don't Process Attributes into MIDL)"
3-
title: "/IGNOREIDL (Don't Process Attributes into MIDL)"
2+
description: "Learn more about: /IGNOREIDL (Don't Process Attributes into MIDL)"
3+
title: "/IGNOREIDL (Don't Process Attributes into MIDL)"
44
ms.date: "11/04/2016"
55
f1_keywords: ["VC.Project.VCLinkerTool.IgnoreEmbeddedIDL", "/ignoreidl"]
66
helpviewer_keywords: ["IGNOREIDL linker option", "-IGNOREIDL linker option", "/IGNOREIDL linker option"]
77
ms.assetid: 29514098-6a1c-4317-af2f-1dc268972780
88
---
9-
# /IGNOREIDL (Don't Process Attributes into MIDL)
9+
# /IGNOREIDL (Don't Process Attributes into MIDL)
1010

1111
```
1212
/IGNOREIDL

docs/c-language/return-statement-c.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ A **`return`** statement ends the execution of a function, and returns control t
1212
## Syntax
1313

1414
> *jump-statement*:\
15-
> &nbsp;&nbsp;&nbsp;&nbsp;**`return`** *expression*&#8203;<sub>opt</sub> **`;`**
15+
> &nbsp;&nbsp;&nbsp;&nbsp;**`return`** *expression*<sub>opt</sub> **`;`**
1616
1717
The value of *expression*, if present, is returned to the calling function. If *expression* is omitted, the return value of the function is undefined. The expression, if present, is evaluated and then converted to the type returned by the function. When a **`return`** statement contains an expression in functions that have a **`void`** return type, the compiler generates a warning, and the expression isn't evaluated.
1818

docs/mfc/customizing-the-header-item-s-appearance.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
description: "Learn more about: Customizing the Header Item&#39;s Appearance"
3-
title: "Customizing the Header Item&#39;s Appearance"
2+
description: "Learn more about: Customizing the Header Item's Appearance"
3+
title: "Customizing the Header Item's Appearance"
44
ms.date: "11/04/2016"
55
helpviewer_keywords: ["header controls [MFC], customization of items", "CHeaderCtrl class [MFC], customizing the items", "HDS_ styles"]
66
ms.assetid: b1e1e326-ec7d-4dbd-a46f-96a3e2055618
77
---
8-
# Customizing the Header Item&#39;s Appearance
8+
# Customizing the Header Item's Appearance
99

1010
By setting the *dwStyle* parameter when you first create a header control ([CHeaderCtrl::Create](reference/cheaderctrl-class.md#create)), you can define the appearance and behavior of header items or of the header control itself.
1111

docs/overview/whats-new-cpp-docs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ Many articles were updated to prevent the machine translation of code elements.
369369
**Updated articles**
370370

371371
- [Introduction to Microsoft C++ for UNIX Users](../porting/introduction-to-visual-cpp-for-unix-users.md) - Visual Studio 16.10 updates to C17 conformance
372-
- [Visual C++ What&#39;s New 2003 through 2015](../porting/visual-cpp-what-s-new-2003-through-2015.md) - note change to `pow(T,int)` starting in VS 2015 update 1
372+
- [Visual C++ What's New 2003 through 2015](../porting/visual-cpp-what-s-new-2003-through-2015.md) - note change to `pow(T,int)` starting in VS 2015 update 1
373373

374374
#### C/C++ compiler and tools errors and warnings
375375

docs/porting/visual-cpp-what-s-new-2003-through-2015.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
description: "Learn more about: Visual C++ What&#39;s New 2003 through 2015"
3-
title: "Visual C++ What&#39;s New 2003 through 2015"
2+
description: "Learn more about: Visual C++ What's New 2003 through 2015"
3+
title: "Visual C++ What's New 2003 through 2015"
44
ms.date: "07/02/2019"
55
ms.assetid: c4afde6f-3d75-40bf-986f-be57e3818e26
66
---
7-
# Visual C++ What&#39;s New 2003 through 2015
7+
# Visual C++ What's New 2003 through 2015
88

99
This page gathers all the "What's New" pages for all versions of Visual C++ from Visual Studio 2015 back to 2003. This information is provided as a convenience in case it might be useful when upgrading from earlier versions of Visual Studio.
1010

0 commit comments

Comments
 (0)