Skip to content

Commit c0f33db

Browse files
authored
Merge pull request #5452 from Rageking8/trim-excess-space-in-headings
Trim excess space in headings
2 parents 65b36f9 + d1a267d commit c0f33db

File tree

76 files changed

+241
-289
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+241
-289
lines changed

docs/atl/reference/catltransactionmanager-class.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: CAtlTransactionManager Class"
32
title: "CAtlTransactionManager Class"
4-
ms.date: "11/04/2016"
3+
description: "Learn more about: CAtlTransactionManager Class"
4+
ms.date: 11/04/2016
55
f1_keywords: ["CAtlTransactionManager", "ATLTRANSACTIONMANAGER/ATL::CAtlTransactionManager", "ATLTRANSACTIONMANAGER/ATL::Close", "ATLTRANSACTIONMANAGER/ATL::Commit", "ATLTRANSACTIONMANAGER/ATL::Create", "ATLTRANSACTIONMANAGER/ATL::CreateFile", "ATLTRANSACTIONMANAGER/ATL::DeleteFile", "ATLTRANSACTIONMANAGER/ATL::FindFirstFile", "ATLTRANSACTIONMANAGER/ATL::GetFileAttributes", "ATLTRANSACTIONMANAGER/ATL::GetFileAttributesEx", "ATLTRANSACTIONMANAGER/ATL::GetHandle", "ATLTRANSACTIONMANAGER/ATL::IsFallback", "ATLTRANSACTIONMANAGER/ATL::MoveFile", "ATLTRANSACTIONMANAGER/ATL::RegCreateKeyEx", "ATLTRANSACTIONMANAGER/ATL::RegDeleteKey", "ATLTRANSACTIONMANAGER/ATL::RegOpenKeyEx", "ATLTRANSACTIONMANAGER/ATL::Rollback", "ATLTRANSACTIONMANAGER/ATL::SetFileAttributes", "ATLTRANSACTIONMANAGER/ATL::m_bFallback", "ATLTRANSACTIONMANAGER/ATL::m_hTransaction"]
66
helpviewer_keywords: ["CAtlTransactionManager class"]
7-
ms.assetid: b01732dc-1d16-4b42-bfac-b137fca2b740
87
---
98
# CAtlTransactionManager Class
109

@@ -66,7 +65,7 @@ class CAtlTransactionManager;
6665

6766
**Header:** atltransactionmanager.h
6867

69-
## <a name="dtor"></a> ~CAtlTransactionManager
68+
## <a name="dtor"></a> ~CAtlTransactionManager
7069

7170
CAtlTransactionManager destructor.
7271

docs/atl/reference/ccomdynamicunkarray-class.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: CComDynamicUnkArray Class"
32
title: "CComDynamicUnkArray Class"
4-
ms.date: "11/04/2016"
3+
description: "Learn more about: CComDynamicUnkArray Class"
4+
ms.date: 11/04/2016
55
f1_keywords: ["CComDynamicUnkArray", "ATLCOM/ATL::CComDynamicUnkArray", "ATLCOM/ATL::CComDynamicUnkArray::CComDynamicUnkArray", "ATLCOM/ATL::CComDynamicUnkArray::Add", "ATLCOM/ATL::CComDynamicUnkArray::begin", "ATLCOM/ATL::CComDynamicUnkArray::clear", "ATLCOM/ATL::CComDynamicUnkArray::end", "ATLCOM/ATL::CComDynamicUnkArray::GetAt", "ATLCOM/ATL::CComDynamicUnkArray::GetCookie", "ATLCOM/ATL::CComDynamicUnkArray::GetSize", "ATLCOM/ATL::CComDynamicUnkArray::GetUnknown", "ATLCOM/ATL::CComDynamicUnkArray::Remove"]
66
helpviewer_keywords: ["connection points [C++], managing", "CComDynamicUnkArray class"]
7-
ms.assetid: 202470d7-9a1b-498f-b96d-659d681acd65
87
---
98
# CComDynamicUnkArray Class
109

@@ -194,7 +193,7 @@ int GetSize() const;
194193

195194
The number of elements the array can store. `GetSize() == end() - begin()`.
196195

197-
## <a name="getunknown"></a> CComDynamicUnkArray::GetUnknown
196+
## <a name="getunknown"></a> CComDynamicUnkArray::GetUnknown
198197

199198
Call this method to get the `IUnknown` pointer associated with a given cookie.
200199

docs/build/cmake-presets-vs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This article contains information about *`CMakePresets.json`* integration with V
1919

2020
We recommend *`CMakePresets.json`* as an alternative to *`CMakeSettings.json`*. Visual Studio never reads from both *`CMakePresets.json`* and *`CMakeSettings.json`* at the same time. To enable or disable *`CMakePresets.json`* integration in Visual Studio, see [Enable `CMakePresets.json` in Visual Studio 2019](#enable-cmakepresets-json-integration).
2121

22-
## Supported CMake and *`CMakePresets.json`* versions
22+
## Supported CMake and *`CMakePresets.json`* versions
2323

2424
The supported *`CMakePresets.json`* and *`CMakeUserPresets.json`* schema versions depend on your version of Visual Studio:
2525
- Visual Studio 2019 version 16.10 and later support schema versions 2 and 3.
@@ -391,7 +391,7 @@ Instead, set the path to `vcpkg.cmake` by using the `VCPKG_ROOT` environment var
391391

392392
If you're already using a CMake toolchain file and want to enable vcpkg integration, see [Using multiple toolchain files](/vcpkg/users/buildsystems/cmake-integration#using-multiple-toolchain-files). Follow those instructions to use an external toolchain file with a project by using vcpkg.
393393

394-
## Variable substitution in *`launch.vs.json`* and *`tasks.vs.json`*
394+
## Variable substitution in *`launch.vs.json`* and *`tasks.vs.json`*
395395

396396
*`CMakePresets.json`* supports variable substitution in *`launch.vs.json`* and *`tasks.vs.json`*. Here are some considerations:
397397

docs/c-runtime-library/reference/itoa-s-itow-s.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
---
2-
description: "Learn more about: _itoa_s, _ltoa_s, _ultoa_s, _i64toa_s, _ui64toa_s, _itow_s, _ltow_s, _ultow_s, _i64tow_s, _ui64tow_s"
32
title: "_itoa_s, _itow_s functions"
4-
ms.date: "4/2/2020"
3+
description: "Learn more about: _itoa_s, _ltoa_s, _ultoa_s, _i64toa_s, _ui64toa_s, _itow_s, _ltow_s, _ultow_s, _i64tow_s, _ui64tow_s"
4+
ms.date: 4/2/2020
55
api_name: ["_itoa_s", "_ltoa_s", "_ultoa_s", "_i64toa_s", "_ui64toa_s", "_itow_s", "_ltow_s", "_ultow_s", "_i64tow_s", "_ui64tow_s", "_o__i64toa_s", "_o__i64tow_s", "_o__itoa_s", "_o__itow_s", "_o__ltoa_s", "_o__ltow_s", "_o__ui64toa_s", "_o__ui64tow_s", "_o__ultoa_s", "_o__ultow_s"]
66
api_location: ["msvcrt.dll", "msvcr80.dll", "msvcr90.dll", "msvcr100.dll", "msvcr100_clr0400.dll", "msvcr110.dll", "msvcr110_clr0400.dll", "msvcr120.dll", "msvcr120_clr0400.dll", "ucrtbase.dll", "api-ms-win-crt-convert-l1-1-0.dll", "ntoskrnl.exe"]
77
api_type: ["DLLExport"]
88
topic_type: ["apiref"]
99
f1_keywords: ["_itoa_s", "_ltoa_s", "_ultoa_s", "_i64toa_s", "_ui64toa_s", "_itow_s", "_ltow_s", "_ultow_s", "_i64tow_s", "_ui64tow_s", "_itot_s", "_ltot_s", "_ultot_s", "_i64tot_s", "_ui64tot_s", "itoa_s", "ltoa_s", "ultoa_s", "i64toa_s", "ui64toa_s", "itow_s", "ltow_s", "ultow_s", "i64tow_s", "ui64tow_s", "itot_s", "ltot_s", "ultot_s", "i64tot_s", "ui64tot_s"]
1010
helpviewer_keywords: ["_ui64toa_s function", "_itow_s function", "_i64tow_s function", "_itot_s function", "converting integers", "itow_s function", "i64toa_s function", "_ui64tow_s function", "integers, converting", "_i64tot_s function", "itoa_s function", "_itoa_s function", "ui64toa_s function", "i64tow_s function", "converting numbers, to strings", "_ui64tot_s function", "_i64toa_s function"]
11-
ms.assetid: eb746581-bff3-48b5-a973-bfc0a4478ecf
1211
---
13-
# `_itoa_s`, `_ltoa_s`, `_ultoa_s`, `_i64toa_s`, `_ui64toa_s`, `_itow_s`, `_ltow_s`, `_ultow_s`, `_i64tow_s`, `_ui64tow_s`
12+
# `_itoa_s`, `_ltoa_s`, `_ultoa_s`, `_i64toa_s`, `_ui64toa_s`, `_itow_s`, `_ltow_s`, `_ultow_s`, `_i64tow_s`, `_ui64tow_s`
1413

1514
Converts an integer to a string. These functions are versions of the [`_itoa`, `_itow` functions](itoa-itow.md) with security enhancements as described in [Security features in the CRT](../security-features-in-the-crt.md).
1615

docs/code-quality/c26433.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: Warning C26433 OVERRIDE_EXPLICITLY"
32
title: Warning C26433
3+
description: "Learn more about: Warning C26433 OVERRIDE_EXPLICITLY"
44
ms.date: 01/18/2017
55
f1_keywords: ["C26433", "OVERRIDE_EXPLICITLY"]
66
helpviewer_keywords: ["C26433"]
@@ -25,7 +25,7 @@ Warnings show up on function definitions, not declarations. It may be confusing,
2525

2626
Code analysis name: `OVERRIDE_EXPLICITLY`
2727

28-
## Example: Implicit overriding
28+
## Example: Implicit overriding
2929

3030
```cpp
3131
class Shape {

docs/cpp/basic-concepts-cpp.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
---
2-
description: "Learn more about: Basic Concepts (C++)"
3-
title: "Basic Concepts (C++)"
2+
title: "Basic Concepts (C++)"
3+
description: "Learn more about: Basic Concepts (C++)"
44
ms.custom: "index-page"
5-
ms.date: "12/11/2019"
5+
ms.date: 12/11/2019
66
helpviewer_keywords: ["C++, basic language concepts"]
7-
ms.assetid: 961801e6-2ffd-4bf1-bb71-7f55e48d9c79
87
---
9-
# Basic Concepts (C++)
8+
# Basic Concepts (C++)
109

1110
This section explains concepts that are critical to understanding C++. C programmers will be familiar with many of these concepts, but there are some subtle differences that can cause unexpected program results. The following topics are included:
1211

docs/cpp/functions-with-variable-argument-lists-cpp.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
description: "Learn more about: Functions with Variable Argument Lists (C++)"
3-
title: "Functions with Variable Argument Lists (C++)"
2+
title: "Functions with Variable Argument Lists (C++)"
3+
description: "Learn more about: Functions with Variable Argument Lists (C++)"
44
ms.date: 05/01/2025
55
helpviewer_keywords: ["arguments [C++], variable number of", "variable argument lists", "declarators, functions", "argument lists [C++], variable number of", "declaring functions [C++], variables", "function calls, variable number of arguments"]
66
---
7-
# Functions with Variable Argument Lists (C++)
7+
# Functions with Variable Argument Lists (C++)
88

99
Function declarations that have ellipsis (...) as the last argument take a variable number of arguments. C++ provides type checking only for the explicitly declared arguments. You can use variable argument lists when the number and types of arguments to the function can vary. The `printf` family of functions is an example of functions that have variable argument lists.
1010

docs/cppcx/platform-stringreference-class.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: Platform::StringReference Class"
32
title: "Platform::StringReference Class"
4-
ms.date: "12/30/2016"
3+
description: "Learn more about: Platform::StringReference Class"
4+
ms.date: 12/30/2016
55
ms.topic: "reference"
66
f1_keywords: ["VCCORLIB/Platform::StringReference::StringReference", "VCCORLIB/Platform::StringReference::Data", "VCCORLIB/Platform::StringReference::Length", "VCCORLIB/Platform::StringReference::GetHSTRING", "VCCORLIB/Platform::StringReference::GetString"]
7-
ms.assetid: 2d09c7ec-0f16-458e-83ed-7225a1b9221e
87
---
98
# Platform::StringReference Class
109

@@ -140,7 +139,7 @@ A reference to an object of type `StringReference`.
140139

141140
Because `StringReference` is a standard C++ class and not a ref class, it does not appear in the **Object Browser**.
142141

143-
## <a name="operator-call"></a> StringReference::operator() Operator
142+
## <a name="operator-call"></a> StringReference::operator() Operator
144143

145144
Converts a `StringReference` object to a `Platform::String^` object.
146145

docs/data/catalog-information-mfc-data-access.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
---
2-
description: "Learn more about: Catalog Information (MFC Data Access)"
3-
title: "Catalog Information (MFC Data Access)"
4-
ms.date: "11/04/2016"
2+
title: "Catalog Information (MFC Data Access)"
3+
description: "Learn more about: Catalog Information (MFC Data Access)"
4+
ms.date: 11/04/2016
55
helpviewer_keywords: ["tables [C++], catalog information", "tables [C++]", "ODBC [C++], catalog information", "catalog information database [C++]", "databases [C++], catalog information database"]
6-
ms.assetid: c184e80f-ff17-409f-9df8-05275080bb8d
76
---
8-
# Catalog Information (MFC Data Access)
7+
# Catalog Information (MFC Data Access)
98

109
Information about the tables in a data source can include the names of tables and the columns in them, table privileges, names of primary and foreign keys, information about predefined queries or stored procedures, information about indexes on tables, and statistics about tables.
1110

docs/data/changes-you-might-make-to-the-default-code-mfc-data-access.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
title: "Changes You Might Make to the Default Code (MFC Data Access)"
3-
description: "Learn more about: Changes You Might Make to the Default Code (MFC Data Access)"
4-
ms.date: "11/04/2016"
2+
title: "Changes You Might Make to the Default Code (MFC Data Access)"
3+
description: "Learn more about: Changes You Might Make to the Default Code (MFC Data Access)"
4+
ms.date: 11/04/2016
55
helpviewer_keywords: ["record views [C++], customizing default code"]
66
---
7-
# Changes You Might Make to the Default Code (MFC Data Access)
7+
# Changes You Might Make to the Default Code (MFC Data Access)
88

99
The [MFC Application Wizard](../mfc/reference/database-support-mfc-application-wizard.md) writes a recordset class for you that selects all records in a single table. You will often want to modify that behavior in one or more of the following ways:
1010

0 commit comments

Comments
 (0)