Skip to content

Commit 9bf691d

Browse files
authored
Merge pull request #5532 from Rageking8/standardize-capitalization-of-see-also-sections
Standardize capitalization of "See also" sections
2 parents 4058aac + 3de4bf0 commit 9bf691d

14 files changed

+27
-31
lines changed

docs/assembler/masm/mmword.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
---
2-
description: "Learn more about: MMWORD"
32
title: "MMWORD"
4-
ms.date: "12/17/2019"
3+
description: "Learn more about: MMWORD"
4+
ms.date: 12/17/2019
55
f1_keywords: ["MMWORD"]
66
helpviewer_keywords: ["MMWORD directive"]
7-
ms.assetid: b4c5a104-9078-4fb4-afc3-d1e63abe562a
87
---
98
# MMWORD
109

@@ -32,6 +31,6 @@ While both instructions work on 64-bit operands, **QWORD** is the type for 64-bi
3231
movq mm0, mmword ptr [ebx]
3332
```
3433

35-
## See Also
34+
## See also
3635

3736
[MASM BNF Grammar](masm-bnf-grammar.md)

docs/assembler/masm/xmmword.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
---
2-
description: "Learn more about: XMMWORD"
32
title: "XMMWORD"
4-
ms.date: "12/17/2019"
3+
description: "Learn more about: XMMWORD"
4+
ms.date: 12/17/2019
55
f1_keywords: ["XMMWORD"]
66
helpviewer_keywords: ["XMMWORD directive"]
7-
ms.assetid: 18026d32-5cab-403e-ad7e-382fb41aa9b8
87
---
98
# XMMWORD
109

@@ -24,6 +23,6 @@ Used for 128-bit multimedia operands with MMX and SSE (XMM) instructions.
2423
movdqa xmm0, xmmword ptr [ebx]
2524
```
2625

27-
## See Also
26+
## See also
2827

2928
[MASM BNF Grammar](masm-bnf-grammar.md)

docs/build/reference/profile-performance-tools-profiler.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
description: "Learn more about: /PROFILE (Performance Tools Profiler)"
32
title: "/PROFILE (Performance Tools Profiler)"
3+
description: "Learn more about: /PROFILE (Performance Tools Profiler)"
44
ms.date: 10/13/2021
55
f1_keywords: ["VC.Project.VCLinkerTool.Profile"]
66
helpviewer_keywords: ["-PROFILE linker option", "/PROFILE linker option"]
@@ -57,7 +57,7 @@ Because a **CMake** project doesn't have the usual **Property Pages** support, t
5757

5858
1. Rebuild your solution.
5959

60-
## See Also
60+
## See also
6161

6262
[MSVC linker reference](linking.md)\
6363
[MSVC linker options](linker-options.md)

docs/code-quality/c28112.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ InterlockedDecrement(&inter_var);
3535
InterlockedIncrement(&inter_var);
3636
```
3737

38-
## See Also
38+
## See also
3939

4040
[InterlockedIncrement function (wdm.h)](/windows-hardware/drivers/ddi/wdm/nf-wdm-interlockedincrement)\
4141
[InterlockedDecrement function (wdm.h)](/windows-hardware/drivers/ddi/wdm/nf-wdm-interlockeddecrement)

docs/code-quality/c6504.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
---
2-
description: "Learn more about: Warning C6504"
32
title: Warning C6504
3+
description: "Learn more about: Warning C6504"
44
ms.date: 10/03/2022
55
f1_keywords: ["C6504", "NULL_ON_NON_POINTER", "__WARNING_NULL_ON_NON_POINTER"]
66
helpviewer_keywords: ["C6504"]
7-
ms.assetid: 6baeed46-e73d-4974-af16-7487c55b3473
87
---
98
# Warning C6504
109

@@ -60,6 +59,6 @@ void g(Point& pt)
6059
}
6160
```
6261

63-
## See Also
62+
## See also
6463

6564
[Annotation Properties](using-sal-annotations-to-reduce-c-cpp-code-defects.md)

docs/code-quality/using-sal-annotations-to-reduce-c-cpp-code-defects.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
---
2-
description: "Learn more about: Using SAL Annotations to Reduce C/C++ Code Defects"
32
title: Using SAL Annotations to Reduce C/C++ Code Defects
3+
description: "Learn more about: Using SAL Annotations to Reduce C/C++ Code Defects"
44
ms.date: 11/04/2016
55
ms.topic: "concept-article"
66
helpviewer_keywords:
77
- "annotations"
88
- "SAL annotations"
99
- "code analysis, annotation"
10-
ms.assetid: a16e47d0-6f3e-4ed6-8883-459b2874e9a4
1110
---
1211
# Using SAL Annotations to Reduce C/C++ Code Defects
1312

@@ -47,6 +46,6 @@ The articles in this section of the documentation discuss aspects of SAL, provid
4746

4847
Provides examples that show how to use SAL annotations. Also explains common pitfalls.
4948

50-
## See Also
49+
## See also
5150

5251
[SAL 2.0 Annotations for Windows Drivers](/windows-hardware/drivers/devtest/sal-2-annotations-for-windows-drivers)

docs/cpp/import-export-module.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
title: "module, import, export"
3+
description: Use import and export declarations to access and to publish types and functions defined in the specified module.
34
ms.date: 02/13/2025
45
f1_keywords: ["module_cpp", "import_cpp", "export_cpp"]
56
helpviewer_keywords: ["modules [C++]", "modules [C++], import", "modules [C++], export"]
6-
description: Use import and export declarations to access and to publish types and functions defined in the specified module.
77
---
88
# `module`, `import`, `export`
99

@@ -109,7 +109,7 @@ import // Always an identifier, never a keyword
109109
110110
**End Microsoft Specific**
111111
112-
## See Also
112+
## See also
113113
114114
[Overview of modules in C++](modules-cpp.md)\
115115
[Import the C++ standard library using modules](tutorial-import-stl-named-module.md)

docs/ide/adding-a-property-visual-cpp.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
description: "Learn more about: Add a property to an interface in a Microsoft Visual Studio C++ project"
32
title: "Add a property"
3+
description: "Learn more about: Add a property to an interface in a Microsoft Visual Studio C++ project"
44
ms.date: 04/12/2022
55
f1_keywords: ["vc.codewiz.prop.overview"]
66
helpviewer_keywords: ["interfaces, adding properties", "properties [C++], adding to interfaces", "names, add property wizard", "add property wizard", "stock properties, about stock properties", "stock properties"]
@@ -53,7 +53,7 @@ The following section describes the UI that you'll use to add a property:
5353

5454
For ATL interfaces **Put function** makes the property writable; that is, it creates the `Put` method for setting, or "putting," this property of the object. Select **Get**, **Put**, or both.
5555

56-
## See Also
56+
## See also
5757

5858
[Add IDL Property](add-interface-definition-library-property-wizard.md)
5959

docs/ide/live-share-cpp.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Collaborate with Live Share for C++ in Visual Studio"
33
description: "Use Live Share for C++ in Visual Studio to collaborate and share code in real time."
4-
ms.date: "05/24/2019"
4+
ms.date: 05/24/2019
55
---
66
# Collaborate using Live Share for C++
77

@@ -44,7 +44,7 @@ To end a session, select **End Collaboration Session** from the **Sharing** drop
4444
For more information about **Live Share** in Visual Studio, see [What is Visual Studio Live Share?](/visualstudio/liveshare/). For more information about Live Share in Visual Studio Code, see [
4545
Live Share](https://marketplace.visualstudio.com/items?itemName=ms-vsliveshare.vsliveshare).
4646

47-
## See Also
47+
## See also
4848

4949
[Edit and refactor code (C++)](writing-and-refactoring-code-cpp.md)</br>
5050
[Navigate your C++ code base in Visual Studio](navigate-code-cpp.md)</br>

docs/ide/read-and-understand-code-cpp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ Right click on any function call and view a recursive list of all the functions
106106

107107
![Screenshot of the Call Hierarchy window which shows calls to and from Floating_to_wstring(). For example, to_wstring() calls Floating_to_wstring().](../ide/media/vs2015_cpp_call_hierarchy.png)
108108

109-
## See Also
109+
## See also
110110

111111
[Edit and refactor code (C++)](writing-and-refactoring-code-cpp.md)</br>
112112
[Navigate your C++ code base in Visual Studio](navigate-code-cpp.md)</br>

0 commit comments

Comments
 (0)