Skip to content

Commit 76813ad

Browse files
committed
add see also
1 parent ea6beb8 commit 76813ad

File tree

4 files changed

+5
-1
lines changed

4 files changed

+5
-1
lines changed

docs/build/reference/scandependencies.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ To report module and header unit dependencies, you must also set the **Configura
132132

133133
## See also
134134

135+
[Import the C++ standard library using modules](../../cpp/tutorial-import-stl-named-module.md)\
135136
[MSVC compiler options](compiler-options.md)\
136137
[MSVC compiler command-line syntax](compiler-command-line-syntax.md)\
137138
[`/sourceDependencies:directives`](sourcedependencies-directives.md)\

docs/build/reference/sourcedependencies-directives.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ You normally shouldn't set this option yourself in the Visual Studio development
103103

104104
## See also
105105

106+
[Import the C++ standard library using modules](../../cpp/tutorial-import-stl-named-module.md)\
106107
[`/translateInclude`](translateinclude.md)\
107108
[C++ header-units.json reference](header-unit-json-reference.md)\
108109
[MSVC compiler options](compiler-options.md)\

docs/cpp/import-export-module.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,4 +111,5 @@ import // Always an identifier, never a keyword
111111
112112
## See Also
113113
114-
[Overview of modules in C++](modules-cpp.md)
114+
[Overview of modules in C++](modules-cpp.md)\
115+
[Import the C++ standard library using modules](../../cpp/tutorial-import-stl-named-module.md)

docs/cpp/modules-cpp.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ import "myheader.h";
183183

184184
## See also
185185

186+
[Import the C++ standard library using modules](../../cpp/tutorial-import-stl-named-module.md)\
186187
[Tutorial: Import the C++ standard library using modules from the command line](tutorial-import-stl-named-module)\
187188
[`module`, `import`, `export`](import-export-module.md)\
188189
[Named modules tutorial](tutorial-named-modules-cpp.md)\

0 commit comments

Comments
 (0)