Skip to content

Commit 5f1cfad

Browse files
author
Colin Robertson
authored
Merge pull request MicrosoftDocs#2608 from corob-msft/cr-ownership
Update writer ownership info, until there's another writer.
2 parents b3445bf + eb3fa8d commit 5f1cfad

11 files changed

+45
-62
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: "01/08/2020"
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/docfx.json

Lines changed: 44 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -144,69 +144,69 @@
144144
},
145145
"author": {
146146
"assembler/**.md": "corob-msft",
147-
"attributes/**.md": "mikeblome",
148-
"atl/**.md": "mikeblome",
149-
"atl-mfc-shared/**.md": "mikeblome",
147+
"attributes/**.md": "corob-msft",
148+
"atl/**.md": "corob-msft",
149+
"atl-mfc-shared/**.md": "corob-msft",
150150
"build/**.md": "corob-msft",
151151
"build-insights/**.md": "kevcadieux",
152-
"c-language/**.md": "mikeblome",
152+
"c-language/**.md": "corob-msft",
153153
"c-runtime-library/**.md": "corob-msft",
154-
"cloud/**.md": "mikeblome",
155-
"cpp/**.md": "mikeblome",
156-
"cppcx/**.md": "mikeblome",
157-
"data/**.md": "mikeblome",
158-
"dotnet/**.md": "mikeblome",
154+
"cloud/**.md": "corob-msft",
155+
"cpp/**.md": "corob-msft",
156+
"cppcx/**.md": "corob-msft",
157+
"data/**.md": "corob-msft",
158+
"dotnet/**.md": "corob-msft",
159159
"error-messages/**.md": "corob-msft",
160-
"extensions/**.md": "mikeblome",
160+
"extensions/**.md": "corob-msft",
161161
"get-started/**.md": "corob-msft",
162-
"ide/**.md": "mikeblome",
162+
"ide/**.md": "corob-msft",
163163
"intrinsics/**.md": "corob-msft",
164-
"linux/**.md": "mikeblome",
165-
"mfc/**.md": "mikeblome",
166-
"overview/**.md": "mikeblome",
167-
"parallel/amp/**.md": "mikeblome",
168-
"parallel/concrt/**.md": "mikeblome",
169-
"parallel/**.md": "mikeblome",
170-
"porting/**.md": "mikeblome",
171-
"preprocessor/**.md": "mikeblome",
172-
"safeint/**.md": "mikeblome",
173-
"security/**.md": "mikeblome",
164+
"linux/**.md": "corob-msft",
165+
"mfc/**.md": "corob-msft",
166+
"overview/**.md": "corob-msft",
167+
"parallel/amp/**.md": "corob-msft",
168+
"parallel/concrt/**.md": "corob-msft",
169+
"parallel/**.md": "corob-msft",
170+
"porting/**.md": "corob-msft",
171+
"preprocessor/**.md": "corob-msft",
172+
"safeint/**.md": "corob-msft",
173+
"security/**.md": "corob-msft",
174174
"standard-library/**.md": "corob-msft",
175175
"text/**.md": "corob-msft",
176-
"windows/**.md": "mikeblome"
176+
"windows/**.md": "corob-msft"
177177
},
178178
"ms.author": {
179179
"assembler/**.md": "corob",
180-
"atl/**.md": "mblome",
181-
"atl-mfc-shared/**.md": "mblome",
182-
"attributes/**.md": "mblome",
180+
"atl/**.md": "corob",
181+
"atl-mfc-shared/**.md": "corob",
182+
"attributes/**.md": "corob",
183183
"build/**.md": "corob",
184184
"build-insights/**.md": "kevca",
185-
"c-language/**.md": "mblome",
185+
"c-language/**.md": "corob",
186186
"c-runtime-library/**.md": "corob",
187-
"cloud/**.md": "mblome",
188-
"cpp/**.md": "mblome",
189-
"cppcx/**.md": "mblome",
190-
"data/**.md": "mblome",
191-
"dotnet/**.md": "mblome",
187+
"cloud/**.md": "corob",
188+
"cpp/**.md": "corob",
189+
"cppcx/**.md": "corob",
190+
"data/**.md": "corob",
191+
"dotnet/**.md": "corob",
192192
"error-messages/**.md": "corob",
193-
"extensions/**.md": "mblome",
193+
"extensions/**.md": "corob",
194194
"get-started/**.md": "corob",
195-
"ide/**.md": "mblome",
195+
"ide/**.md": "corob",
196196
"intrinsics/**.md": "corob",
197-
"linux/**.md": "mblome",
198-
"mfc/**.md": "mblome",
199-
"overview/**.md": "mblome",
200-
"parallel/amp/**.md": "mblome",
201-
"parallel/concrt/**.md": "mblome",
202-
"parallel/**.md": "mblome",
203-
"porting/**.md": "mblome",
204-
"preprocessor/**.md": "mblome",
205-
"safeint/**.md": "mblome",
206-
"security/**.md": "mblome",
197+
"linux/**.md": "corob",
198+
"mfc/**.md": "corob",
199+
"overview/**.md": "corob",
200+
"parallel/amp/**.md": "corob",
201+
"parallel/concrt/**.md": "corob",
202+
"parallel/**.md": "corob",
203+
"porting/**.md": "corob",
204+
"preprocessor/**.md": "corob",
205+
"safeint/**.md": "corob",
206+
"security/**.md": "corob",
207207
"standard-library/**.md": "corob",
208208
"text/**.md": "corob",
209-
"windows/**.md": "mblome"
209+
"windows/**.md": "corob"
210210
}
211211
},
212212
"template": [],

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

0 commit comments

Comments
 (0)