Skip to content

Commit d589bfe

Browse files
author
Colin Robertson
authored
Merge pull request #1388 from corob-msft/cr-frontier-windows
Fix Markdig issues in windows
2 parents 65ed223 + 900a928 commit d589bfe

File tree

562 files changed

+1593
-1543
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

562 files changed

+1593
-1543
lines changed

docs/windows/accelerator-key-property.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ Win32
4343

4444
## See Also
4545

46-
[Setting Accelerator Properties](../windows/setting-accelerator-properties.md)
47-
[Editing in an Accelerator Table](../windows/editing-in-an-accelerator-table.md)
46+
[Setting Accelerator Properties](../windows/setting-accelerator-properties.md)<br/>
47+
[Editing in an Accelerator Table](../windows/editing-in-an-accelerator-table.md)<br/>
4848
[Accelerator Editor](../windows/accelerator-editor.md)

docs/windows/accelerator-modifier-property.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ Win32
3232

3333
## See Also
3434

35-
[Setting Accelerator Properties](../windows/setting-accelerator-properties.md)
35+
[Setting Accelerator Properties](../windows/setting-accelerator-properties.md)<br/>
3636
[Accelerator Editor](../windows/accelerator-editor.md)

docs/windows/accelerator-type-property.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ Win32
2828

2929
## See Also
3030

31-
[Setting Accelerator Properties](../windows/setting-accelerator-properties.md)
31+
[Setting Accelerator Properties](../windows/setting-accelerator-properties.md)<br/>
3232
[Accelerator Editor](../windows/accelerator-editor.md)

docs/windows/accessing-version-information-from-within-your-program.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ Win32
2626

2727
## See Also
2828

29-
[Version Information Editor](../windows/version-information-editor.md)
29+
[Version Information Editor](../windows/version-information-editor.md)<br/>
3030
[Version Information (Windows)](https://msdn.microsoft.com/library/windows/desktop/ms646981.aspx)

docs/windows/activatableclass-macros.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ ActivatableClassWithFactoryEx(
3737

3838
### Parameters
3939

40-
*className*
40+
*className*<br/>
4141
Name of the class to create.
4242

43-
*factory*
43+
*factory*<br/>
4444
Factory that will create an instance of the specified class.
4545

46-
*serverName*
46+
*serverName*<br/>
4747
A name that specifies a subset of factories in the module.
4848

4949
## Remarks

docs/windows/activateinstance-function.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ inline HRESULT ActivateInstance(
2828

2929
### Parameters
3030

31-
*T*
31+
*T*<br/>
3232
A type to activate.
3333

34-
*activatableClassId*
34+
*activatableClassId*<br/>
3535
The name of the class ID that defines parameter *T*.
3636

37-
*instance*
37+
*instance*<br/>
3838
When this operation completes, a reference to an instance of *T*.
3939

4040
## Return Value

docs/windows/activationfactory-class.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ class ActivationFactory : public Details::RuntimeClass<typename Details::Interfa
2929
3030
### Parameters
3131
32-
*I0*
32+
*I0*<br/>
3333
The zeroth interface.
3434
35-
*I1*
35+
*I1*<br/>
3636
The first interface.
3737
38-
*I2*
38+
*I2*<br/>
3939
The second interface.
4040
4141
## Remarks

docs/windows/activationfactory-getiids-method.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ STDMETHOD(
2626
2727
### Parameters
2828
29-
*iidCount*
29+
*iidCount*<br/>
3030
When this operation completes, the number of interace IDs in the *iids* array.
3131
32-
*iids*
32+
*iids*<br/>
3333
When this operation completes, an array of implemented interface IDs.
3434
3535
## Return Value

docs/windows/activationfactory-getruntimeclassname-method.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ STDMETHOD(
2626
2727
### Parameters
2828
29-
*runtimeName*
29+
*runtimeName*<br/>
3030
When this operation completes, a handle to a string that contains the runtime class name of the object that the current **ActivationFactory** instantiates.
3131
3232
## Return Value

docs/windows/activationfactory-gettrustlevel-method.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ STDMETHOD(
2626
2727
### Parameters
2828
29-
*trustLvl*
29+
*trustLvl*<br/>
3030
When this operation completes, the trust level of the runtime class that the **ActivationFactory** instantiates.
3131
3232
## Return Value

0 commit comments

Comments
 (0)