Skip to content

Commit 78076f4

Browse files
Merge pull request #5485 from Rageking8/elide-unneeded-trailing-period-or-semicolon-in-headings
Elide unneeded trailing period or semicolon in headings
2 parents b108b2e + 9a93927 commit 78076f4

File tree

4 files changed

+12
-16
lines changed

4 files changed

+12
-16
lines changed

docs/data/oledb/creating-an-updatable-provider.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
---
2-
description: "Learn more about: Creating an Updatable Provider"
32
title: "Creating an Updatable Provider"
4-
ms.date: "08/16/2018"
3+
description: "Learn more about: Creating an Updatable Provider"
4+
ms.date: 08/16/2018
55
helpviewer_keywords: ["OLE DB providers, updatable", "notifications, support in providers", "OLE DB providers, creating"]
6-
ms.assetid: bdfd5c9f-1c6f-4098-822c-dd650e70ab82
76
---
87
# Creating an Updatable Provider
98

@@ -174,7 +173,7 @@ Making sure that the data store can handle changes.
174173
175174
Handling NULL values.
176175
177-
### Handling default values.
176+
### Handling default values
178177
179178
To implement your own `FlushData` method, you need to:
180179

docs/mfc/reference/cmditabinfo-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: CMDITabInfo Class"
32
title: "CMDITabInfo Class"
4-
ms.date: "11/04/2016"
3+
description: "Learn more about: CMDITabInfo Class"
4+
ms.date: 11/04/2016
55
f1_keywords: ["CMDITabInfo", "AFXMDICLIENTAREAWND/CMDITabInfo", "AFXMDICLIENTAREAWND/CMDITabInfo::Serialize", "AFXMDICLIENTAREAWND/CMDITabInfo::m_bAutoColor", "AFXMDICLIENTAREAWND/CMDITabInfo::m_bDocumentMenu", "AFXMDICLIENTAREAWND/CMDITabInfo::m_bEnableTabSwap", "AFXMDICLIENTAREAWND/CMDITabInfo::m_bFlatFrame", "AFXMDICLIENTAREAWND/CMDITabInfo::m_bTabCloseButton", "AFXMDICLIENTAREAWND/CMDITabInfo::m_bTabCustomTooltips", "AFXMDICLIENTAREAWND/CMDITabInfo::m_bTabIcons", "AFXMDICLIENTAREAWND/CMDITabInfo::m_nTabBorderSize", "AFXMDICLIENTAREAWND/CMDITabInfo::m_style", "AFXMDICLIENTAREAWND/CMDITabInfo::m_tabLocation"]
66
helpviewer_keywords: ["CMDITabInfo [MFC], Serialize", "CMDITabInfo [MFC], m_bAutoColor", "CMDITabInfo [MFC], m_bDocumentMenu", "CMDITabInfo [MFC], m_bEnableTabSwap", "CMDITabInfo [MFC], m_bFlatFrame", "CMDITabInfo [MFC], m_bTabCloseButton", "CMDITabInfo [MFC], m_bTabCustomTooltips", "CMDITabInfo [MFC], m_bTabIcons", "CMDITabInfo [MFC], m_nTabBorderSize", "CMDITabInfo [MFC], m_style", "CMDITabInfo [MFC], m_tabLocation"]
7-
ms.assetid: 988ae1b7-4f7f-4239-b88f-7e28b3291c5e
87
---
98
# CMDITabInfo Class
109

@@ -64,7 +63,7 @@ The following example demonstrates how to set the values of the various member v
6463

6564
**Header:** afxmdiclientareawnd.h
6665

67-
## <a name="m_bactivetabclosebutton_"></a> CMDITabInfo::m_bActiveTabCloseButton;
66+
## <a name="m_bactivetabclosebutton_"></a> CMDITabInfo::m_bActiveTabCloseButton
6867

6968
Specifies whether a **Close** button is displayed on the label of the active tab.
7069

docs/mfc/testing-properties-and-events-with-test-container.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
---
2-
description: "Learn more about: Testing Properties and Events with Test Container"
32
title: "Testing Properties and Events with Test Container"
4-
ms.date: "11/04/2016"
3+
description: "Learn more about: Testing Properties and Events with Test Container"
4+
ms.date: 11/04/2016
55
helpviewer_keywords: ["testing, test containers", "tstcon32.exe", "debugging ActiveX controls", "test container", "ActiveX Control Test Container", "ActiveX controls [MFC], testing", "properties [MFC], testing"]
6-
ms.assetid: 626867cf-fe53-4c30-8973-55bb93ef3917
76
ms.topic: how-to
87
---
98
# Testing Properties and Events with Test Container
@@ -37,7 +36,7 @@ At this point you can test your control's properties or events.
3736

3837
The property now contains the new value.
3938

40-
#### To test events and specify the destination of event information.
39+
#### To test events and specify the destination of event information
4140

4241
1. On the **Options** menu, click **Logging**.
4342

docs/porting/porting-guide-spy-increment.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
---
2-
description: "Learn more about: Porting Guide: Spy++"
32
title: "Porting Guide: Spy++"
4-
ms.date: "10/23/2019"
5-
ms.assetid: e558f759-3017-48a7-95a9-b5b779d5e51d
3+
description: "Learn more about: Porting Guide: Spy++"
4+
ms.date: 10/23/2019
65
ms.topic: concept-article
76
---
87
# Porting Guide: Spy++
@@ -15,7 +14,7 @@ Spy++ is a widely used GUI diagnostic tool for the Windows desktop that provides
1514

1615
We considered this case to be typical for porting Windows desktop applications that use MFC and the Win32 API, especially for old projects that have not been updated with each release of Visual C++ since Visual C++ 6.0.
1716

18-
## <a name="convert_project_file"></a> Step 1. Converting the project file.
17+
## <a name="convert_project_file"></a> Step 1. Converting the project file
1918

2019
The project file, two old .dsw files from Visual C++ 6.0, converted easily with no issues that require further attention. One project is the Spy++ application. The other is SpyHk, written in C, a supporting DLL. More complex projects might not upgrade as easily, as discussed [here](../porting/visual-cpp-porting-and-upgrading-guide.md).
2120

0 commit comments

Comments
 (0)