Skip to content

Commit 074aed8

Browse files
author
Colin Robertson
authored
Merge pull request #1247 from mairaw/metadata
add missing metadata
2 parents 4a6808b + ac4583c commit 074aed8

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

docs/docfx.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,14 @@
4343
"feedback_github_repo": "MicrosoftDocs/cpp-docs",
4444
"feedback_product_url": "https://developercommunity.visualstudio.com/spaces/62/index.html"
4545
},
46-
"fileMetadata": {},
46+
"fileMetadata": {
47+
"author": {
48+
"standard-library/**/**.md": "corob-msft"
49+
},
50+
"ms.author": {
51+
"standard-library/**/**.md": "corob"
52+
}
53+
},
4754
"template": [],
4855
"xref": ["msdn.4.5.2.zip", "namespaces.4.5.2.zip", "vs.110.zip", "vs.140.zip", "office15.zip"],
4956
"dest": "vcppdocs"

docs/standard-library/exception-typedefs.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ ms.date: "11/04/2016"
55
ms.topic: "reference"
66
f1_keywords: ["exception/std::exception_ptr", "exception/std::terminate_handler", "exception/std::unexpected_handler"]
77
ms.assetid: 2a338480-35e2-46f7-b223-52d4e84a5768
8+
author: "corob-msft"
9+
ms.author: "corob"
810
---
911
# <exception> typedefs
1012

docs/standard-library/new-operators.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ ms.date: "11/04/2016"
55
ms.topic: "reference"
66
f1_keywords: ["new/std::operator delete", "new/std::operator new"]
77
ms.assetid: d1af4b56-9a95-4c65-ab01-bf43e982c7bd
8+
author: "corob-msft"
9+
ms.author: "corob"
810
---
911
# <new> operators
1012

0 commit comments

Comments
 (0)