Skip to content

Commit d685886

Browse files
author
Colin Robertson
authored
Merge branch 'master' into fix--MD009/no-trailing-spaces
2 parents b86bcec + 36fce54 commit d685886

File tree

469 files changed

+1469
-1866
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

469 files changed

+1469
-1866
lines changed

CONTRIBUTING.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,13 @@ Be sure to follow the proper Markdown syntax. See the [style guide](./styleguide
3636

3737
### Example structure
3838

39-
docs
40-
/standard-library
41-
wstring-convert-class.md
42-
/media
43-
wstring-conversion.png
39+
```
40+
docs
41+
/standard-library
42+
wstring-convert-class.md
43+
/media
44+
wstring-conversion.png
45+
```
4446

4547
**Step 5:** Submit a Pull Request (PR) from your branch to `MicrosoftDocs/cpp-docs/master`.
4648

docs/assembler/inline/even-and-align-directives.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
title: "EVEN and ALIGN Directives"
33
ms.date: "08/30/2018"
4-
f1_keywords: ["align", "EVEN"]
54
helpviewer_keywords: ["EVEN directive", "directives, MASM", "MASM (Microsoft Macro Assembler), directives", "NOP (no operation instruction)", "ALIGN directive"]
65
ms.assetid: 7357ab2d-4a5c-43ca-accb-a5f21cdfcde5
76
---

docs/assembler/inline/type-and-variable-sizes-in-inline-assembly.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
title: "Type and Variable Sizes in Inline Assembly"
33
ms.date: "08/30/2018"
44
ms.topic: "reference"
5-
f1_keywords: ["length", "Type"]
65
helpviewer_keywords: ["variables, length", "size, getting in inline assembly", "size", "LENGTH operator", "TYPE operator", "SIZE operator", "inline assembly, operators", "variables, type", "variables, size"]
76
ms.assetid: b62c2f2b-a7ad-4145-bae4-d890db86d348
87
---

docs/assembler/masm/dot-code.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,3 @@ Optional parameter that specifies the name of the code segment. The default name
2525
[Directives Reference](directives-reference.md)\
2626
[.DATA](dot-data.md)\
2727
[MASM BNF Grammar](masm-bnf-grammar.md)
28-

docs/assembler/masm/dot-data.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,3 @@ ms.assetid: 32797935-9c79-46e0-bf6f-07d0c2bf1dc1
2222
[.FARDATA](dot-fardata.md)\
2323
[.FARDATA?](dot-fardata-q.md)\
2424
[MASM BNF Grammar](masm-bnf-grammar.md)
25-

docs/assembler/masm/dword.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
title: "DWORD"
33
ms.date: "12/17/2019"
4-
f1_keywords: ["DWORD"]
54
helpviewer_keywords: ["DWORD directive"]
65
ms.assetid: 20efd7c6-1ee6-45a1-9feb-86ce7978142a
76
---

docs/assembler/masm/else-masm.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
title: "ELSE (MASM)"
33
ms.date: "12/17/2019"
4-
f1_keywords: ["else"]
54
helpviewer_keywords: ["ELSE directive"]
65
ms.assetid: c43af707-4567-4489-97ca-f14982d84e88
76
---

docs/assembler/masm/extern-masm.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
title: "EXTERN (MASM)"
33
ms.date: "12/06/2019"
4-
f1_keywords: ["extern"]
54
helpviewer_keywords: ["EXTERN directive"]
65
ms.assetid: 667d703d-3aaf-4139-a586-29bc5dab1aff
76
---

docs/assembler/masm/for-masm.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
title: "FOR (MASM)"
33
ms.date: "12/17/2019"
4-
f1_keywords: ["for"]
54
helpviewer_keywords: ["FOR directive"]
65
ms.assetid: 99872e61-f503-4d34-b305-59f8556ba6b7
76
---

docs/assembler/masm/goto-masm.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
title: "GOTO (MASM)"
33
ms.date: "12/16/2019"
4-
f1_keywords: ["goto"]
54
helpviewer_keywords: ["GOTO directive"]
65
ms.assetid: 6a5f73e7-6784-4eae-ac52-4fc77a7f369f
76
---

0 commit comments

Comments
 (0)