Skip to content

Commit 807037f

Browse files
committed
Revert subhead
1 parent d2260b4 commit 807037f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
138 Bytes
Loading

docs/build/working-with-project-properties.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,14 +122,14 @@ In the left pane of the project's **Property Pages** dialog box, expand **Config
122122

123123
In the right pane, modify the **Environment** or **Merge Environment** project settings and then choose the **OK** button.
124124

125-
## Related content
125+
## Articles in this section
126126

127-
**Articles in this section**
128127
- [Share or reuse Visual Studio project settings](create-reusable-property-configurations.md)
129128
- [Property inheritance in Visual Studio projects](project-property-inheritance.md)
130129
- [Modify C++ project properties and targets without changing the project file](modify-project-properties-without-changing-project-file.md)
131130

132-
**Reference articles**
131+
## See also
132+
133133
- [Visual Studio projects - C++](creating-and-managing-visual-cpp-projects.md)
134134
- [`.vcxproj` and `.props` file structure](reference/vcxproj-file-structure.md)
135135
- [Property Page XML rule files](reference/property-page-xml-files.md)

docs/build/x64-calling-convention.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,6 @@ When you include `setjmpex.h` or `setjmp.h`, all calls to [`setjmp`](../c-runtim
212212

213213
A call to `setjmp` preserves the current stack pointer, nonvolatile registers, and MXCSR registers. Calls to `longjmp` return to the most recent `setjmp` call site and resets the stack pointer, nonvolatile registers, and MXCSR registers, back to the state as preserved by the most recent `setjmp` call.
214214

215-
## Related content
215+
## See also
216216

217217
- [Overview of x64 ABI conventions](../build/x64-software-conventions.md)

0 commit comments

Comments
 (0)