Skip to content

Commit 07b21dd

Browse files
authored
Add missing empty line between reference parameters
1 parent 99ba4b7 commit 07b21dd

File tree

5 files changed

+19
-0
lines changed

5 files changed

+19
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ HINSTANCE AFXAPI AfxFindResourceHandle( LPCTSTR lpszName, LPCTSTR lpszType );
173173

174174
*`lpszName`*\
175175
A pointer to a string containing the resource ID.
176+
176177
*`lpszType`*\
177178
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.
178179

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,8 +215,10 @@ INTERFACE_PART( theClass, iid, localClass)
215215
216216
*theClass*<br/>
217217
The name of the class that contains the interface map.
218+
218219
*iid*<br/>
219220
The IID that is to be mapped to the embedded class.
221+
220222
*localClass*<br/>
221223
The name of the local class.
222224

docs/mfc/reference/icommandsource-interface.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ void AddCommandHandler(
5959

6060
*cmdID*<br/>
6161
The command ID.
62+
6263
*cmdHandler*<br/>
6364
A handle to the command handler method.
6465

@@ -82,8 +83,10 @@ void AddCommandRangeHandler(
8283
8384
*cmdIDMin*<br/>
8485
The beginning index of the command ID range.
86+
8587
*cmdIDMax*<br/>
8688
The ending index of the command ID range.
89+
8790
*cmdHandler*<br/>
8891
A handle to the message handler method to which the commands are mapped.
8992
@@ -106,8 +109,10 @@ void AddCommandRangeUIHandler(
106109

107110
*cmdIDMin*<br/>
108111
The beginning index of the command ID range.
112+
109113
*cmdIDMax*<br/>
110114
The ending index of the command ID range.
115+
111116
*cmdHandler*<br/>
112117
A handle to the message handler method to which the commands are mapped.
113118

@@ -129,6 +134,7 @@ void AddCommandUIHandler(
129134
130135
*cmdID*<br/>
131136
The command ID.
137+
132138
*cmdUIHandler*<br/>
133139
A handle to the user interface command message handler method.
134140
@@ -184,6 +190,7 @@ void RemoveCommandRangeUIHandler(
184190

185191
*cmdIDMin*<br/>
186192
The beginning index of the command ID range.
193+
187194
*cmdIDMax*<br/>
188195
The ending index of the command ID range.
189196

@@ -205,6 +212,7 @@ void RemoveCommandRangeUIHandler(
205212
206213
*cmdIDMin*<br/>
207214
The beginning index of the command ID range.
215+
208216
*cmdIDMax*<br/>
209217
The ending index of the command ID range.
210218

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -375,8 +375,10 @@ tiled_extent<_Dim0, _Dim1, _Dim2> tile() const ;
375375

376376
*_Dim0*<br/>
377377
The most significant component of the tiled extent.
378+
378379
*_Dim1*<br/>
379380
The next-to-most-significant component of the tiled extent.
381+
380382
*_Dim2*<br/>
381383
The least significant component of the tiled extent.
382384

0 commit comments

Comments
 (0)