Skip to content

Commit e20e109

Browse files
authored
Merge pull request #1399 from corob-msft/cr-metadata-report
Fix reported metadata issues in build
2 parents 737be11 + b45f89e commit e20e109

9 files changed

+12
-14
lines changed

docs/build/reference/execution-charset-set-execution-character-set.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "-execution-charset (Set Execution Character Set) | Microsoft Docs"
33
ms.custom: ""
44
ms.date: "11/04/2016"
5-
ms.technology: ["cpp", "devlang-cpp"]
5+
ms.technology: ["cpp-tools"]
66
ms.topic: "reference"
77
f1_keywords: ["execution-charset", "/execution-charset"]
88
dev_langs: ["C++"]
@@ -24,10 +24,10 @@ Lets you specify the execution character set for your executable.
2424

2525
## Arguments
2626

27-
**IANA_name**<br/>
27+
*IANA_name*<br/>
2828
The IANA-defined character set name.
2929

30-
**CPID**<br/>
30+
*CPID*<br/>
3131
The code page identifier.
3232

3333
## Remarks

docs/build/reference/source-charset-set-source-character-set.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "-source-charset (Set Source Character Set) | Microsoft Docs"
33
ms.custom: ""
44
ms.date: "11/04/2016"
5-
ms.technology: ["cpp", "devlang-cpp"]
5+
ms.technology: ["cpp-tools"]
66
ms.topic: "reference"
77
f1_keywords: ["source-charset", "/source-charset"]
88
dev_langs: ["C++"]

docs/build/reference/utf-8-set-source-and-executable-character-sets-to-utf-8.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "-utf-8 (Set Source and Executable character sets to UTF-8) | Microsoft Docs"
33
ms.custom: ""
44
ms.date: "11/04/2016"
5-
ms.technology: ["cpp", "devlang-cpp"]
5+
ms.technology: ["cpp-tools"]
66
ms.topic: "reference"
77
f1_keywords: ["/utf-8"]
88
dev_langs: ["C++"]

docs/build/reference/validate-charset-validate-for-compatible-characters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "-validate-charset (Validate for compatible characters) | Microsoft Docs"
33
ms.custom: ""
44
ms.date: "11/04/2016"
5-
ms.technology: ["cpp", "devlang-cpp"]
5+
ms.technology: ["cpp-tools"]
66
ms.topic: "reference"
77
f1_keywords: ["/validate-charset", "validate-charset"]
88
dev_langs: ["C++"]

docs/build/reference/yc-create-precompiled-header-file.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "-Yc (Create Precompiled Header File) | Microsoft Docs"
33
ms.custom: ""
44
ms.date: "11/04/2016"
5-
ms.technology: ["devlang-cpp"]
5+
ms.technology: ["cpp-tools"]
66
ms.topic: "reference"
77
f1_keywords: ["VC.Project.VCCLCompilerTool.UsePrecompiledHeader", "/yc", "VC.Project.VCCLWCECompilerTool.PrecompiledHeaderThrough", "VC.Project.VCCLWCECompilerTool.UsePrecompiledHeader", "VC.Project.VCCLCompilerTool.PrecompiledHeaderThrough"]
88
dev_langs: ["C++"]
@@ -18,7 +18,7 @@ Instructs the compiler to create a precompiled header (.pch) file that represent
1818

1919
## Syntax
2020

21-
> __/Yc__
21+
> __/Yc__<br/>
2222
> __/Yc__*filename*
2323
2424
## Arguments

docs/build/vscpp-step-0-installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: "Install Visual Studio support for Visual C++"
44
ms.custom: "mvc"
55
ms.date: "09/17/2018"
66
ms.topic: "tutorial"
7-
ms.technology: ["devlang-C++"]
7+
ms.technology: ["cpp-tools"]
88
ms.devlang: "C++"
99
dev_langs: ["C++"]
1010
ms.assetid: 45138d70-719d-42dc-90d7-1d0ca31a2f54

docs/build/vscpp-step-1-create.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: "Create a Hello World console app in Visual C++"
44
ms.custom: "mvc"
55
ms.date: 12/12/2017
66
ms.topic: "tutorial"
7-
ms.technology: ["devlang-C++"]
7+
ms.technology: ["cpp-tools"]
88
ms.devlang: "C++"
99
dev_langs: ["C++"]
1010
ms.assetid: 45138d70-719d-42dc-90d7-1d0ca31a2f54

docs/build/vscpp-step-2-build.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: "Build and run a Hello World console app in Visual C++"
44
ms.custom: "mvc"
55
ms.date: 12/12/2017
66
ms.topic: "tutorial"
7-
ms.technology: ["devlang-C++"]
7+
ms.technology: ["cpp-tools"]
88
ms.devlang: "C++"
99
dev_langs: ["C++"]
1010
ms.assetid: 45138d71-719d-42dc-90d7-1d0ca31a2f55
@@ -36,7 +36,7 @@ If Visual Studio looks like this, you're ready to build and run your app:
3636

3737
![Start the project](../build/media/vscpp-start-without-debugging.gif "Start the project")
3838

39-
A console window opens and then runs your app. When you start a console app in Visual Studio, it runs your code, then prints "Press any key to continue . . ." to give you a chance to see the output.
39+
A console window opens and then runs your app. When you start a console app in Visual Studio, it runs your code, then prints "Press any key to continue . . ." to give you a chance to see the output.
4040

4141
Congratulations! You've created your first "Hello, world!" console app in Visual Studio! Press a key to dismiss the console window and return to Visual Studio.
4242

docs/dotnet/how-to-migrate-to-clr.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,6 @@ C++ also requires that functions either be prototyped or fully defined before th
7070
7171
Identifiers used in C code that happen to be keywords in C++ (such as `virtual`, `new`, `delete`, `bool`, `true`, `false`, etc.) must be renamed. This can generally be done with simple search-and-replace operations.
7272
73-
Finally, whereas C-style COM calls require explicit use of the v-table and `this` pointer, C++ does not:
74-
7573
```
7674
COMObj1->lpVtbl->Method(COMObj, args); // C code
7775
COMObj2->Method(args); // C++ equivalent

0 commit comments

Comments
 (0)