Skip to content

Commit bc049ec

Browse files
author
Colin Robertson
committed
Sentence casing
1 parent 710e6df commit bc049ec

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/build/reference/gh-enable-penter-hook-function.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
title: "/Gh (Enable _penter Hook Function)"
2+
title: "/Gh (Enable _penter hook function)"
33
description: "Describes the /Gh compiler option to call the supplied _penter function."
44
ms.date: "07/06/2020"
55
f1_keywords: ["_penter"]
66
helpviewer_keywords: ["/Gh compiler option [C++]", "Gh compiler option [C++]", "_penter function", "-Gh compiler option [C++]"]
77
ms.assetid: 1510a082-8a0e-486e-a309-6add814b494f
88
---
9-
# /Gh (Enable _penter Hook Function)
9+
# /Gh (Enable _penter hook function)
1010

1111
Causes a call to the `_penter` function at the start of every method or function.
1212

docs/build/reference/gh-enable-pexit-hook-function.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
title: "/GH (Enable _pexit Hook Function)"
2+
title: "/GH (Enable _pexit hook function)"
33
description: "Describes the /GH compiler option to set a local _pexit hook function."
44
ms.date: "07/06/2020"
55
f1_keywords: ["_pexit"]
66
helpviewer_keywords: ["/Gh compiler option [C++]", "Gh compiler option [C++]", "_pexit function", "-Gh compiler option [C++]"]
77
ms.assetid: 93181453-2676-42e5-bf63-3b19e07299b6
88
---
9-
# /GH (Enable _pexit Hook Function)
9+
# /GH (Enable _pexit hook function)
1010

1111
Calls the `_pexit` function at the end of every method or function.
1212

@@ -42,6 +42,6 @@ This declaration isn't available for 64-bit projects.
4242
4343
## See also
4444
45-
[MSVC Compiler Options](compiler-options.md)<br/>
46-
[MSVC Compiler Command-Line Syntax](compiler-command-line-syntax.md)<br/>
45+
[MSVC compiler options](compiler-options.md)<br/>
46+
[MSVC compiler command-line syntax](compiler-command-line-syntax.md)<br/>
4747
[`/Gh` (Enable _penter hook function)](gh-enable-penter-hook-function.md)

0 commit comments

Comments
 (0)