Skip to content

Commit 1f14921

Browse files
authored
Merge pull request #4957 from TartanLlama/patch-4
Correct JSON output of sourcedependencies.md
2 parents 4df071a + 7051177 commit 1f14921

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

docs/build/reference/sourcedependencies.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "/sourceDependencies (Report source-level dependencies)"
33
description: "Describes the /sourceDependencies compiler option in Microsoft C++."
4-
ms.date: 05/19/2022
4+
ms.date: 02/23/2024
55
author: "tylermsft"
66
ms.author: "twhitney"
77
f1_keywords: ["/sourceDependencies"]
@@ -65,7 +65,7 @@ where `...` represents your other compiler options. This command line produces a
6565

6666
```JSON
6767
{
68-
"Version": "1.1",
68+
"Version": "1.2",
6969
"Data": {
7070
"Source": "F:\\Sample\\myproject\\modulee.ixx",
7171
"ProvidedModule": "ModuleE",
@@ -88,10 +88,6 @@ where `...` represents your other compiler options. This command line produces a
8888
{
8989
"Header": "f:\\visual studio 16 main\\vc\\tools\\msvc\\14.29.30030\\include\\iostream",
9090
"BMI": "F:\\Sample\\Outputs\\Intermediate\\HeaderUnits\\x64\\Debug\\iostream_W4L4JYGFJ3GL8OG9.ifc"
91-
},
92-
{
93-
"Header": "f:\\visual studio 16 main\\vc\\tools\\msvc\\14.29.30030\\include\\yvals_core.h",
94-
"BMI": "F:\\Sample\\Outputs\\Intermediate\\HeaderUnits\\x64\\Debug\\yvals_core.h.ifc"
9591
}
9692
]
9793
}

0 commit comments

Comments
 (0)