Skip to content

Commit e31affb

Browse files
author
Colin Robertson
authored
Merge pull request #1365 from corob-msft/cr-tick-params
Fix things in ticks that shouldn't be for Markdig
2 parents 71cdf50 + 0842e44 commit e31affb

File tree

298 files changed

+3935
-4025
lines changed

Some content is hidden

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

298 files changed

+3935
-4025
lines changed

docs/atl-mfc-shared/reference/csimplestringt-class.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -344,11 +344,11 @@ _tprintf_s(_T("Alloc length is %d, String length is %d\n"),
344344
345345
The output from this example is as follows:
346346
347-
`Alloc length is 1031, String length is 1024`
348-
349-
`Alloc length is 1031, String length is 15`
350-
351-
`Alloc length is 15, String length is 15`
347+
```Output
348+
Alloc length is 1031, String length is 1024
349+
Alloc length is 1031, String length is 15
350+
Alloc length is 15, String length is 15
351+
```
352352

353353
## <a name="getalloclength"></a> CSimpleStringT::GetAllocLength
354354

docs/atl-mfc-shared/reference/cstringt-class.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1526,11 +1526,11 @@ Unlike the CRT tokenize functions like [strtok_s, _strtok_s_l, wcstok_s, _wcstok
15261526

15271527
The output from this example is as follows:
15281528

1529-
`Resulting Token: First`
1530-
1531-
`Resulting Token: Second`
1532-
1533-
`Resulting Token: Third`
1529+
```Output
1530+
Resulting Token: First
1531+
Resulting Token: Second
1532+
Resulting Token: Third
1533+
```
15341534

15351535
## <a name="trim"></a> CStringT::Trim
15361536

@@ -1572,9 +1572,10 @@ Removes all leading and trailing occurrences of one of the following:
15721572

15731573
The output from this example is as follows:
15741574

1575-
`Before: "******Soccer is best, but liquor is quicker!!!!!"`
1576-
1577-
`After : "Soccer is best, but liquor is quicker"`
1575+
```Output
1576+
Before: "******Soccer is best, but liquor is quicker!!!!!"
1577+
After : "Soccer is best, but liquor is quicker"
1578+
```
15781579

15791580
## <a name="trimleft"></a> CStringT::TrimLeft
15801581

docs/atl/reference/atl-base-module70-structure.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,28 +33,28 @@ struct _ATL_BASE_MODULE70 {
3333

3434
## Members
3535

36-
`cbSize`
36+
`cbSize`<br/>
3737
The size of the structure, used for versioning.
3838

39-
`m_hInst`
39+
`m_hInst`<br/>
4040
The `hInstance` for this module (either exe or dll).
4141

42-
`m_hInstResource`
42+
`m_hInstResource`<br/>
4343
Default instance resource handle.
4444

45-
`m_bNT5orWin98`
45+
`m_bNT5orWin98`<br/>
4646
Operating system version information. Used internally by ATL.
4747

48-
`dwAtlBuildVer`
48+
`dwAtlBuildVer`<br/>
4949
Stores the version of ATL. Currently 0x0700.
5050

51-
`pguidVer`
51+
`pguidVer`<br/>
5252
ATL's internal GUID.
5353

54-
`m_csResource`
54+
`m_csResource`<br/>
5555
Used to synchronize access to the `m_rgResourceInstance` array. Used internally by ATL.
5656

57-
`m_rgResourceInstance`
57+
`m_rgResourceInstance`<br/>
5858
Array used to search for resources in all the resource instances of which ATL is aware. Used internally by ATL.
5959

6060
## Remarks

docs/atl/reference/atl-com-module70-structure.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,19 +30,19 @@ struct _ATL_COM_MODULE70 {
3030

3131
## Members
3232

33-
`cbSize`
33+
`cbSize`<br/>
3434
The size of the structure, used for versioning.
3535

36-
`m_hInstTypeLib`
36+
`m_hInstTypeLib`<br/>
3737
The handle instance to the type library for this module.
3838

39-
`m_ppAutoObjMapFirst`
39+
`m_ppAutoObjMapFirst`<br/>
4040
Address of the array element indicating the beginning of the object map entries for this module.
4141

42-
`m_ppAutoObjMapLast`
42+
`m_ppAutoObjMapLast`<br/>
4343
Address of the array element indicating the end of the object map entries for this module.
4444

45-
`m_csObjMap`
45+
`m_csObjMap`<br/>
4646
Critical section to serialize access to the object map entries. Used internally by ATL.
4747

4848
## Remarks

docs/atl/reference/atl-drawinfo-structure.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -38,43 +38,43 @@ struct ATL_DRAWINFO {
3838

3939
## Members
4040

41-
`cbSize`
41+
`cbSize`<br/>
4242
The size of the structure, in bytes.
4343

44-
`dwDrawAspect`
44+
`dwDrawAspect`<br/>
4545
Specifies how the target is to be represented. Representations can include content, an icon, a thumbnail, or a printed document. For a list of possible values, see [DVASPECT](/windows/desktop/api/wtypes/ne-wtypes-tagdvaspect) and [DVASPECT2](/windows/desktop/api/ocidl/ne-ocidl-tagdvaspect2).
4646

47-
`lindex`
47+
`lindex`<br/>
4848
Portion of the target that is of interest for the draw operation. Its interpretation varies depending on the value in the `dwDrawAspect` member.
4949

50-
`ptd`
50+
`ptd`<br/>
5151
Pointer to a [DVTARGETDEVICE](/windows/desktop/api/objidl/ns-objidl-tagdvtargetdevice) structure that enables drawing optimizations depending on the aspect specified. Note that newer objects and containers that support optimized drawing interfaces support this member as well. Older objects and containers that do not support optimized drawing interfaces always specify NULL for this member.
5252

53-
`hicTargetDev`
53+
`hicTargetDev`<br/>
5454
Information context for the target device pointed to by `ptd` from which the object can extract device metrics and test the device's capabilities. If `ptd` is NULL, the object should ignore the value in the `hicTargetDev` member.
5555

56-
`hdcDraw`
56+
`hdcDraw`<br/>
5757
The device context on which to draw. For a windowless object, the `hdcDraw` member is in the `MM_TEXT` mapping mode with its logical coordinates matching the client coordinates of the containing window. In addition, the device context should be in the same state as the one normally passed by a `WM_PAINT` message.
5858

59-
`prcBounds`
59+
`prcBounds`<br/>
6060
Pointer to a [RECTL](https://msdn.microsoft.com/library/windows/desktop/dd162907) structure specifying the rectangle on `hdcDraw` and in which the object should be drawn. This member controls the positioning and stretching of the object. This member should be NULL to draw a windowless in-place active object. In every other situation, NULL is not a legal value and should result in an `E_INVALIDARG` error code. If the container passes a non-NULL value to a windowless object, the object should render the requested aspect into the specified device context and rectangle. A container can request this from a windowless object to render a second, non-active view of the object or to print the object.
6161

62-
`prcWBounds`
62+
`prcWBounds`<br/>
6363
If `hdcDraw` is a metafile device context (see [GetDeviceCaps](/windows/desktop/api/wingdi/nf-wingdi-getdevicecaps) in the Windows SDK), this is a pointer to a `RECTL` structure specifying the bounding rectangle in the underlying metafile. The rectangle structure contains the window extent and window origin. These values are useful for drawing metafiles. The rectangle indicated by `prcBounds` is nested inside this `prcWBounds` rectangle; they are in the same coordinate space.
6464

65-
`bOptimize`
65+
`bOptimize`<br/>
6666
Nonzero if the drawing of the control is to be optimized, otherwise 0. If the drawing is optimized, the state of the device context is automatically restored when you are finished rendering.
6767

68-
`bZoomed`
68+
`bZoomed`<br/>
6969
Nonzero if the target has a zoom factor, otherwise 0. The zoom factor is stored in `ZoomNum`.
7070

71-
`bRectInHimetric`
71+
`bRectInHimetric`<br/>
7272
Nonzero if the dimensions of `prcBounds` are in HIMETRIC, otherwise 0.
7373

74-
`ZoomNum`
74+
`ZoomNum`<br/>
7575
The width and height of the rectangle into which the object is rendered. The zoom factor along the x-axis (the proportion of the object's natural size to its current extent) of the target is the value of `ZoomNum.cx` divided by the value of `ZoomDen.cx`. The zoom factor along the y-axis is achieved in a similar fashion.
7676

77-
`ZoomDen`
77+
`ZoomDen`<br/>
7878
The actual width and height of the target.
7979

8080
## Remarks

docs/atl/reference/atl-func-info-structure.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,16 @@ struct _ATL_FUNC_INFO {
2929

3030
## Members
3131

32-
`cc`
32+
`cc`<br/>
3333
The calling convention. When using this structure with the [IDispEventSimpleImpl](../../atl/reference/idispeventsimpleimpl-class.md) class, this member must be CC_STDCALL. `CC_CDECL` is the only option supported in Windows CE for the `CALLCONV` field of the `_ATL_FUNC_INFO` structure. Any other value is unsupported thus its behavior undefined.
3434

35-
`vtReturn`
35+
`vtReturn`<br/>
3636
The variant type of the function return value.
3737

38-
`nParams`
38+
`nParams`<br/>
3939
The number of function parameters.
4040

41-
`pVarTypes`
41+
`pVarTypes`<br/>
4242
An array of variant types of the function parameters.
4343

4444
## Remarks

docs/atl/reference/atl-module70-structure.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,16 @@ struct _ATL_MODULE70 {
2929

3030
## Members
3131

32-
`cbSize`
32+
`cbSize`<br/>
3333
The size of the structure, used for versioning.
3434

35-
`m_nLockCnt`
35+
`m_nLockCnt`<br/>
3636
Reference count to determine how long the module should stay alive.
3737

38-
`m_pTermFuncs`
38+
`m_pTermFuncs`<br/>
3939
Tracks functions that have been registered to be called when ATL shuts down.
4040

41-
`m_csStaticDataInitAndTypeInfo`
41+
`m_csStaticDataInitAndTypeInfo`<br/>
4242
Used to coordinate access to internal data in multithreaded situations.
4343

4444
## Remarks

docs/atl/reference/atl-win-module70-structure.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,16 @@ struct _ATL_WIN_MODULE70 {
2929

3030
## Members
3131

32-
`cbSize`
32+
`cbSize`<br/>
3333
The size of the structure, used for versioning.
3434

35-
`m_csWindowCreate`
35+
`m_csWindowCreate`<br/>
3636
Used to serialize access to window registration code. Used internally by ATL.
3737

38-
`m_pCreateWndList`
38+
`m_pCreateWndList`<br/>
3939
Used to bind windows to their objects. Used internally by ATL.
4040

41-
`m_rgWindowClassAtoms`
41+
`m_rgWindowClassAtoms`<br/>
4242
Used to track window class registrations so that they can be properly unregistered at termination. Used internally by ATL.
4343

4444
## Remarks

docs/atl/reference/atlcreatewnddata-structure.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ This structure contains class instance data in windowing code in ATL.
2828

2929
## Members
3030

31-
`m_pThis`
31+
`m_pThis`<br/>
3232
The **this** pointer used to get access to the class instance in window procedures.
3333

34-
`m_dwThreadID`
34+
`m_dwThreadID`<br/>
3535
The thread ID of the current class instance.
3636

37-
`m_pNext`
37+
`m_pNext`<br/>
3838
Pointer to the next `_AtlCreateWndData` object.
3939

4040
## Requirements

docs/atl/reference/cautoptrelementtraits-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class CAutoPtrElementTraits
2929

3030
#### Parameters
3131

32-
`T`
32+
*T*<br/>
3333
The pointer type.
3434

3535
## Members

0 commit comments

Comments
 (0)