Skip to content

Commit f594e71

Browse files
Merge pull request #5488 from Rageking8/add-missing-empty-line-between-reference-parameters
Add missing empty line between reference parameters
2 parents e220bc0 + 27a55cb commit f594e71

File tree

5 files changed

+27
-12
lines changed

5 files changed

+27
-12
lines changed

docs/mfc/reference/application-information-and-management.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
---
22
title: "Application Information and Management"
33
description: "Reference to the Microsoft Foundation Class library (MFC) application information and management functions."
4-
ms.date: "01/27/2020"
4+
ms.date: 01/27/2020
55
helpviewer_keywords: ["applications [MFC], managing"]
6-
ms.assetid: b72f4154-24db-4e75-bca3-6873e2459c15
76
---
87
# Application Information and Management
98

@@ -173,6 +172,7 @@ HINSTANCE AFXAPI AfxFindResourceHandle( LPCTSTR lpszName, LPCTSTR lpszType );
173172

174173
*`lpszName`*\
175174
A pointer to a string containing the resource ID.
175+
176176
*`lpszType`*\
177177
A pointer to the type of resource. For a list of resource types, see [`FindResource`](/windows/win32/api/winbase/nf-winbase-findresourcea) in the Windows SDK.
178178

docs/mfc/reference/delegate-and-interface-maps.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
---
2-
description: "Learn more about: Delegate and interface map macros"
32
title: "Delegate and Interface Map Macros (MFC)"
4-
ms.date: "03/30/2017"
3+
description: "Learn more about: Delegate and interface map macros"
4+
ms.date: 03/30/2017
55
helpviewer_keywords: ["delegate map macros [MFC]", "event map macros [MFC]", "interface map macros [MFC]"]
6-
ms.assetid: 3840e642-ff7d-4bdc-998b-c7d8fc50890e
76
---
87
# Delegate and interface map macros
98

@@ -215,8 +214,10 @@ INTERFACE_PART( theClass, iid, localClass)
215214
216215
*theClass*<br/>
217216
The name of the class that contains the interface map.
217+
218218
*iid*<br/>
219219
The IID that is to be mapped to the embedded class.
220+
220221
*localClass*<br/>
221222
The name of the local class.
222223

docs/mfc/reference/icommandsource-interface.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
---
2-
description: "Learn more about: ICommandSource Interface"
32
title: "ICommandSource Interface"
4-
ms.date: "03/27/2019"
3+
description: "Learn more about: ICommandSource Interface"
4+
ms.date: 03/27/2019
55
f1_keywords: ["ICommandSource", "AFXWINFORMS/ICommandSource", "AFXWINFORMS/ICommandSource::AddCommandHandler", "AFXWINFORMS/ICommandSource::AddCommandRangeHandler", "AFXWINFORMS/ICommandSource::AddCommandRangeUIHandler", "AFXWINFORMS/ICommandSource::AddCommandUIHandler", "AFXWINFORMS/ICommandSource::PostCommand", "AFXWINFORMS/ICommandSource::RemoveCommandHandler", "AFXWINFORMS/ICommandSource::RemoveCommandRangeHandler", "AFXWINFORMS/ICommandSource::RemoveCommandRangeUIHandler", "AFXWINFORMS/ICommandSource::RemoveCommandUIHandler", "AFXWINFORMS/ICommandSource::SendCommand"]
66
helpviewer_keywords: ["ICommandSource interface [MFC]"]
7-
ms.assetid: a4b1f698-c09f-4ba8-9b13-0e74a0a4967e
87
---
98
# ICommandSource Interface
109

@@ -59,6 +58,7 @@ void AddCommandHandler(
5958

6059
*cmdID*<br/>
6160
The command ID.
61+
6262
*cmdHandler*<br/>
6363
A handle to the command handler method.
6464

@@ -82,8 +82,10 @@ void AddCommandRangeHandler(
8282
8383
*cmdIDMin*<br/>
8484
The beginning index of the command ID range.
85+
8586
*cmdIDMax*<br/>
8687
The ending index of the command ID range.
88+
8789
*cmdHandler*<br/>
8890
A handle to the message handler method to which the commands are mapped.
8991
@@ -106,8 +108,10 @@ void AddCommandRangeUIHandler(
106108

107109
*cmdIDMin*<br/>
108110
The beginning index of the command ID range.
111+
109112
*cmdIDMax*<br/>
110113
The ending index of the command ID range.
114+
111115
*cmdHandler*<br/>
112116
A handle to the message handler method to which the commands are mapped.
113117

@@ -129,6 +133,7 @@ void AddCommandUIHandler(
129133
130134
*cmdID*<br/>
131135
The command ID.
136+
132137
*cmdUIHandler*<br/>
133138
A handle to the user interface command message handler method.
134139
@@ -184,6 +189,7 @@ void RemoveCommandRangeUIHandler(
184189

185190
*cmdIDMin*<br/>
186191
The beginning index of the command ID range.
192+
187193
*cmdIDMax*<br/>
188194
The ending index of the command ID range.
189195

@@ -205,6 +211,7 @@ void RemoveCommandRangeUIHandler(
205211
206212
*cmdIDMin*<br/>
207213
The beginning index of the command ID range.
214+
208215
*cmdIDMax*<br/>
209216
The ending index of the command ID range.
210217

docs/parallel/amp/reference/concurrency-precise-math-namespace-functions.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Concurrency::precise_math namespace functions"
33
description: "Learn more about: Concurrency::precise_math namespace functions"
4-
ms.date: "11/04/2016"
4+
ms.date: 11/04/2016
55
f1_keywords: ["amp_math/Concurrency::precise_math::acos", "amp_math/Concurrency::precise_math::acosh", "amp_math/Concurrency::precise_math::acoshf", "amp_math/Concurrency::precise_math::asinf", "amp_math/Concurrency::precise_math::asinh", "amp_math/Concurrency::precise_math::atan", "amp_math/Concurrency::precise_math::atan2", "amp_math/Concurrency::precise_math::atanf", "amp_math/Concurrency::precise_math::atanh", "amp_math/Concurrency::precise_math::cbrt", "amp_math/Concurrency::precise_math::cbrtf", "amp_math/Concurrency::precise_math::ceilf", "amp_math/Concurrency::precise_math::copysign", "amp_math/Concurrency::precise_math::cos", "amp_math/Concurrency::precise_math::cosf", "amp_math/Concurrency::precise_math::coshf", "amp_math/Concurrency::precise_math::cospi", "amp_math/Concurrency::precise_math::erf", "amp_math/Concurrency::precise_math::erfc", "amp_math/Concurrency::precise_math::erfcinv", "amp_math/Concurrency::precise_math::erfcinvf", "amp_math/Concurrency::precise_math::erfinv", "amp_math/Concurrency::precise_math::erfinvf", "amp_math/Concurrency::precise_math::exp10", "amp_math/Concurrency::precise_math::exp10f", "amp_math/Concurrency::precise_math::exp2f", "amp_math/Concurrency::precise_math::expf", "amp_math/Concurrency::precise_math::expm1f", "amp_math/Concurrency::precise_math::fabs", "amp_math/Concurrency::precise_math::floor", "amp_math/Concurrency::precise_math::fdim", "amp_math/Concurrency::precise_math::floorf", "amp_math/Concurrency::precise_math::fmaf", "amp_math/Concurrency::precise_math::fmaxf", "amp_math/Concurrency::precise_math::fmin", "amp_math/Concurrency::precise_math::fmod", "amp_math/Concurrency::precise_math::fmodf", "amp_math/Concurrency::precise_math::frexp", "amp_math/Concurrency::precise_math::frexpf", "amp_math/Concurrency::precise_math::hypotf", "amp_math/Concurrency::precise_math::ilogb", "amp_math/Concurrency::precise_math::isfinite", "amp_math/Concurrency::precise_math::isinf", "amp_math/Concurrency::precise_math::isnormal", "amp_math/Concurrency::precise_math::ldexp", "amp_math/Concurrency::precise_math::lgamma", "amp_math/Concurrency::precise_math::lgammaf", "amp_math/Concurrency::precise_math::log10", "amp_math/Concurrency::precise_math::log10f", "amp_math/Concurrency::precise_math::log1pf", "amp_math/Concurrency::precise_math::log2", "amp_math/Concurrency::precise_math::logb", "amp_math/Concurrency::precise_math::logbf", "amp_math/Concurrency::precise_math::modf", "amp_math/Concurrency::precise_math::modff", "amp_math/Concurrency::precise_math::nanf", "amp_math/Concurrency::precise_math::nearbyint", "amp_math/Concurrency::precise_math::nextafter", "amp_math/Concurrency::precise_math::nextafterf", "amp_math/Concurrency::precise_math::phif", "amp_math/Concurrency::precise_math::pow", "amp_math/Concurrency::precise_math::probit", "amp_math/Concurrency::precise_math::probitf", "amp_math/Concurrency::precise_math::rcbrtf", "amp_math/Concurrency::precise_math::remainder", "amp_math/Concurrency::precise_math::remquo", "amp_math/Concurrency::precise_math::remquof", "amp_math/Concurrency::precise_math::roundf", "amp_math/Concurrency::precise_math::rsqrt", "amp_math/Concurrency::precise_math::scalb", "amp_math/Concurrency::precise_math::scalbf", "amp_math/Concurrency::precise_math::scalbnf", "amp_math/Concurrency::precise_math::signbit", "amp_math/Concurrency::precise_math::sin", "amp_math/Concurrency::precise_math::sincos", "amp_math/Concurrency::precise_math::sinf", "amp_math/Concurrency::precise_math::sinh", "amp_math/Concurrency::precise_math::sinpi", "amp_math/Concurrency::precise_math::sinpif", "amp_math/Concurrency::precise_math::sqrtf", "amp_math/Concurrency::precise_math::tan", "amp_math/Concurrency::precise_math::tanh", "amp_math/Concurrency::precise_math::tanhf", "amp_math/Concurrency::precise_math::tanpif", "amp_math/Concurrency::precise_math::tgamma", "amp_math/Concurrency::precise_math::trunc", "amp_math/Concurrency::precise_math::truncf"]
66
---
77
# Concurrency::precise_math namespace functions
@@ -983,6 +983,7 @@ inline double fdim(
983983

984984
*_X*<br/>
985985
Floating-point value
986+
986987
*_Y*<br/>
987988
Floating-point value
988989

@@ -1005,6 +1006,7 @@ inline float fdimf(
10051006

10061007
*_X*<br/>
10071008
Floating-point value
1009+
10081010
*_Y*<br/>
10091011
Floating-point value
10101012

@@ -1070,8 +1072,10 @@ inline double fma(
10701072

10711073
*_X*<br/>
10721074
The first floating-point argument.
1075+
10731076
*_Y*<br/>
10741077
The second floating-point argument.
1078+
10751079
*_Z*<br/>
10761080
The third floating-point argument.
10771081

@@ -1095,8 +1099,10 @@ inline float fmaf(
10951099

10961100
*_X*<br/>
10971101
The first floating-point argument.
1102+
10981103
*_Y*<br/>
10991104
The second floating-point argument.
1105+
11001106
*_Z*<br/>
11011107
The third floating-point argument.
11021108

docs/parallel/amp/reference/extent-class.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
---
2-
description: "Learn more about: extent Class (C++ AMP)"
32
title: "extent Class (C++ AMP)"
4-
ms.date: "03/27/2019"
3+
description: "Learn more about: extent Class (C++ AMP)"
4+
ms.date: 03/27/2019
55
f1_keywords: ["extent", "AMP/extent", "AMP/Concurrency::extent::extent", "AMP/Concurrency::extent::contains", "AMP/Concurrency::extent::size", "AMP/Concurrency::extent::tile", "AMP/Concurrency::extent::rank Constant"]
66
helpviewer_keywords: ["extent structure"]
7-
ms.assetid: edb5de3d-3935-4dbb-8365-4cc6c4fb0269
87
---
98
# extent Class (C++ AMP)
109

@@ -375,8 +374,10 @@ tiled_extent<_Dim0, _Dim1, _Dim2> tile() const ;
375374

376375
*_Dim0*<br/>
377376
The most significant component of the tiled extent.
377+
378378
*_Dim1*<br/>
379379
The next-to-most-significant component of the tiled extent.
380+
380381
*_Dim2*<br/>
381382
The least significant component of the tiled extent.
382383

0 commit comments

Comments
 (0)