Skip to content

Commit 96469a8

Browse files
committed
add missing metadata
1 parent 261e469 commit 96469a8

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

docs/docfx.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,16 @@
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+
"md.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"
5057
}
51-
}
58+
}

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)