Skip to content

Commit fa31fa9

Browse files
authored
Correct JSON output of sourcedependencies.md
Updates the version number in the JSON to the one currently used by the compiler, and removes the bogus ImportedHeaderUnit entry
1 parent 4df071a commit fa31fa9

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

docs/build/reference/sourcedependencies.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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)