Skip to content

Add missing empty line between reference parameters #5488

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/mfc/reference/application-information-and-management.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
---
title: "Application Information and Management"
description: "Reference to the Microsoft Foundation Class library (MFC) application information and management functions."
ms.date: "01/27/2020"
ms.date: 01/27/2020
helpviewer_keywords: ["applications [MFC], managing"]
ms.assetid: b72f4154-24db-4e75-bca3-6873e2459c15
---
# Application Information and Management

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

*`lpszName`*\
A pointer to a string containing the resource ID.

*`lpszType`*\
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.

Expand Down
7 changes: 4 additions & 3 deletions docs/mfc/reference/delegate-and-interface-maps.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
---
description: "Learn more about: Delegate and interface map macros"
title: "Delegate and Interface Map Macros (MFC)"
ms.date: "03/30/2017"
description: "Learn more about: Delegate and interface map macros"
ms.date: 03/30/2017
helpviewer_keywords: ["delegate map macros [MFC]", "event map macros [MFC]", "interface map macros [MFC]"]
ms.assetid: 3840e642-ff7d-4bdc-998b-c7d8fc50890e
---
# Delegate and interface map macros

Expand Down Expand Up @@ -215,8 +214,10 @@ INTERFACE_PART( theClass, iid, localClass)

*theClass*<br/>
The name of the class that contains the interface map.

*iid*<br/>
The IID that is to be mapped to the embedded class.

*localClass*<br/>
The name of the local class.

Expand Down
13 changes: 10 additions & 3 deletions docs/mfc/reference/icommandsource-interface.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
---
description: "Learn more about: ICommandSource Interface"
title: "ICommandSource Interface"
ms.date: "03/27/2019"
description: "Learn more about: ICommandSource Interface"
ms.date: 03/27/2019
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"]
helpviewer_keywords: ["ICommandSource interface [MFC]"]
ms.assetid: a4b1f698-c09f-4ba8-9b13-0e74a0a4967e
---
# ICommandSource Interface

Expand Down Expand Up @@ -59,6 +58,7 @@ void AddCommandHandler(

*cmdID*<br/>
The command ID.

*cmdHandler*<br/>
A handle to the command handler method.

Expand All @@ -82,8 +82,10 @@ void AddCommandRangeHandler(

*cmdIDMin*<br/>
The beginning index of the command ID range.

*cmdIDMax*<br/>
The ending index of the command ID range.

*cmdHandler*<br/>
A handle to the message handler method to which the commands are mapped.

Expand All @@ -106,8 +108,10 @@ void AddCommandRangeUIHandler(

*cmdIDMin*<br/>
The beginning index of the command ID range.

*cmdIDMax*<br/>
The ending index of the command ID range.

*cmdHandler*<br/>
A handle to the message handler method to which the commands are mapped.

Expand All @@ -129,6 +133,7 @@ void AddCommandUIHandler(

*cmdID*<br/>
The command ID.

*cmdUIHandler*<br/>
A handle to the user interface command message handler method.

Expand Down Expand Up @@ -184,6 +189,7 @@ void RemoveCommandRangeUIHandler(

*cmdIDMin*<br/>
The beginning index of the command ID range.

*cmdIDMax*<br/>
The ending index of the command ID range.

Expand All @@ -205,6 +211,7 @@ void RemoveCommandRangeUIHandler(

*cmdIDMin*<br/>
The beginning index of the command ID range.

*cmdIDMax*<br/>
The ending index of the command ID range.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Concurrency::precise_math namespace functions"
description: "Learn more about: Concurrency::precise_math namespace functions"
ms.date: "11/04/2016"
ms.date: 11/04/2016
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"]
---
# Concurrency::precise_math namespace functions
Expand Down Expand Up @@ -983,6 +983,7 @@ inline double fdim(

*_X*<br/>
Floating-point value

*_Y*<br/>
Floating-point value

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

*_X*<br/>
Floating-point value

*_Y*<br/>
Floating-point value

Expand Down Expand Up @@ -1070,8 +1072,10 @@ inline double fma(

*_X*<br/>
The first floating-point argument.

*_Y*<br/>
The second floating-point argument.

*_Z*<br/>
The third floating-point argument.

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

*_X*<br/>
The first floating-point argument.

*_Y*<br/>
The second floating-point argument.

*_Z*<br/>
The third floating-point argument.

Expand Down
7 changes: 4 additions & 3 deletions docs/parallel/amp/reference/extent-class.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
---
description: "Learn more about: extent Class (C++ AMP)"
title: "extent Class (C++ AMP)"
ms.date: "03/27/2019"
description: "Learn more about: extent Class (C++ AMP)"
ms.date: 03/27/2019
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"]
helpviewer_keywords: ["extent structure"]
ms.assetid: edb5de3d-3935-4dbb-8365-4cc6c4fb0269
---
# extent Class (C++ AMP)

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

*_Dim0*<br/>
The most significant component of the tiled extent.

*_Dim1*<br/>
The next-to-most-significant component of the tiled extent.

*_Dim2*<br/>
The least significant component of the tiled extent.

Expand Down