Skip to content

Commit eb3fa8d

Browse files
author
Colin Robertson
committed
Fix file entries with ownership info
1 parent 04efe10 commit eb3fa8d

10 files changed

+1
-18
lines changed

docs/build/get-started-linux-cmake.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
title: Create C++ cross-platform projects in Visual Studio
33
description: "How to set up, compile, and debug a C++ open-source CMake project in Visual Studio that targets both Linux and Windows."
4-
author: mikeblome
54
ms.topic: tutorial
65
ms.date: "11/08/2019"
76
---

docs/build/vcpkg.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
---
22
title: vcpkg-- A C++ package manager for Windows, Linux and MacOS
33
description: "vcpkg is a command line package manager that greatly simplifies the acquisition and installation of open-source C++ libraries on Windows."
4-
author: mikeblome
5-
ms.author: mblome
64
ms.date: "05/16/2019"
75
ms.technology: "cpp-ide"
86
ms.assetid: f50d459a-e18f-4b4e-814b-913e444cedd6

docs/cppcx/wrl/use-winmdidl-and-midlrt-to-create-h-files-from-windows-metadata.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ The next example shows the console display from winmdidl that indicates that the
6363

6464
Next, midlrt is run on the generated IDL file. Notice that the **metadata_dir** argument is specified after the name of the .idl file. The path of \WinMetadata\ is required—it's the location for windows.winmd.
6565

66-
`C:\Program Files (x86)\Microsoft Visual Studio 12.0> midlrt "c:\users\mblome\documents\test_for_winmdidl.idl" /metadata_dir "C:\Windows\System32\WinMetadata"`
66+
`C:\Program Files (x86)\Microsoft Visual Studio 12.0> midlrt "c:\users\username\documents\test_for_winmdidl.idl" /metadata_dir "C:\Windows\System32\WinMetadata"`
6767

6868
## Remarks
6969

docs/index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
layout: HubPage
33
title: Visual C++ Documentation
44
description: Learn how to use C++ to develop applications, services, and tools for your platforms and devices.
5-
author: "mikeblome"
6-
ms.author: "mblome"
75
ms.topic: hub-page
86
---
97
<div id="main" class="v2">

docs/overview/cpp-conformance-improvements.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ title: "C++ conformance improvements"
33
ms.date: "12/04/2019"
44
description: "Microsoft C++ in Visual Studio is progressing toward full conformance with the C++20 language standard."
55
ms.technology: "cpp-language"
6-
author: "mikeblome"
7-
ms.author: "mblome"
86
---
97
# C++ conformance improvements in Visual Studio
108

docs/overview/supported-platforms-visual-cpp.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ ms.date: "12/02/2019"
44
ms.technology: "cpp-tools"
55
helpviewer_keywords: ["Visual C++, platforms supported", "platforms [C++]"]
66
ms.assetid: 0d893056-4008-411a-b3d1-5f57fd7da95c
7-
author: "mikeblome"
8-
ms.author: "mblome"
97
---
108
# Supported Platforms (Visual C++)
119

docs/overview/visual-cpp-help-and-community.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ title: "Visual C++ Help and Community"
33
ms.date: "11/30/2017"
44
ms.technology: "cpp-ide"
55
ms.assetid: 6bc23c18-fcd9-47bc-bff2-17537700be4a
6-
author: "mikeblome"
7-
ms.author: "mblome"
86
---
97
# Visual C++ Help and Community
108

docs/overview/visual-cpp-in-visual-studio.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ description: "Visual C++ is the name for the Microsoft C++ compiler, code editor
44
ms.date: "07/02/2019"
55
ms.technology: "cpp-ide"
66
helpviewer_keywords: ["Visual C++, home page"]
7-
author: "mikeblome"
8-
ms.author: "mblome"
97
---
108

119
# C++ in Visual Studio

docs/overview/visual-cpp-samples.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ title: "Visual C++ Samples"
33
ms.date: "11/30/2017"
44
ms.technology: "cpp-language"
55
ms.assetid: 76798022-5886-48e7-a7f2-f99352b15cbf
6-
author: "mikeblome"
7-
ms.author: "mblome"
86
---
97
# Visual C++ Samples
108

docs/overview/what-s-new-for-visual-cpp-in-visual-studio.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ title: "What's new for C++ in Visual Studio"
33
ms.date: "07/02/2019"
44
ms.technology: "cpp-ide"
55
ms.assetid: 8801dbdb-ca0b-491f-9e33-01618bff5ae9
6-
author: "mikeblome"
7-
ms.author: "mblome"
86
---
97
# What's new for C++ in Visual Studio
108

0 commit comments

Comments
 (0)