Skip to content

Commit 4a5e491

Browse files
committed
Add title case to meta
1 parent c976396 commit 4a5e491

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

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

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Set C++ compiler and build properties in Visual Studio"
3-
description: "Use the Visual Studio IDE to change C++ compiler and linker options and other build settings."
3+
description: "Use the Visual Studio IDE to Change C++ Compiler and Linker Options and Other Build Settings."
44
ms.date: 03/19/2025
55
ms.topic: concept-article
66
helpviewer_keywords: ["project properties [C++], modifying", "properties [C++]", "Visual C++ projects, properties", "projects [C++], properties"]
@@ -108,14 +108,11 @@ When you add an include directory to a project, it's important not to override a
108108

109109
The **All Options** property page (under the **Configuration Properties** > **C/C++** node in the **Property Pages** dialog box) provides a quick way to browse and search the properties that are available in the current context. It has a special search box and a simple syntax to help you filter results:
110110

111-
No prefix:\
112-
Search in property names only (case-insensitive substring).
111+
- No prefix: Search in property names only (case-insensitive substring).
113112

114-
'`/`' or '`-`':\
115-
Search only in compiler switches (case-insensitive prefix).
113+
- '`/`' or '`-`': Search only in compiler switches (case-insensitive prefix).
116114

117-
`v`:\
118-
Search only in values (case-insensitive substring).
115+
- `v`: Search only in values (case-insensitive substring).
119116

120117
## Set environment variables for a build
121118

docs/build/x64-calling-convention.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "x64 calling convention"
3-
description: "Learn about the default x64 calling convention that one function uses to make calls into another function."
3+
description: "Learn About the Default x64 Calling Convention that One Function Uses to Make Calls into Another Function."
44
ms.date: 03/19/2025
55
ms.topic: concept-article
66
---

0 commit comments

Comments
 (0)