Skip to content

Commit 049829c

Browse files
author
Colin Robertson
committed
Additional table updates
1 parent 88a7b11 commit 049829c

192 files changed

Lines changed: 1581 additions & 888 deletions

File tree

Some content is hidden

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ class COleDateTimeSpan
4242

4343
### Public Operators
4444

45-
|||
45+
|Name|Description|
4646
|-|-|
4747
|[operator +, -](#operator_add_-)|Add, subtract, and change sign for `COleDateTimeSpan` values.|
4848
|[operator +=, -=](#operator_add_eq_-_eq)|Add and subtract a `COleDateTimeSpan` value from this `COleDateTimeSpan` value.|

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ struct CStringData
1919

2020
### Methods
2121

22-
|||
22+
|Name|Description|
2323
|-|-|
2424
|[AddRef](#addref)|Increments the reference count of the string data object.|
2525
|[data](#data)|Retrieves the character data of a string object.|
@@ -31,7 +31,7 @@ struct CStringData
3131

3232
### Data Members
3333

34-
|||
34+
|Name|Description|
3535
|-|-|
3636
|[nAllocLength](#nalloclength)|Length of allocated data in `XCHAR`s (not including terminating null)|
3737
|[nDataLength](#ndatalength)|Length of currently used data in `XCHAR`s (not including terminating null)|

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Determines if the string class needs C Run-Time (CRT) Library support and where
9898

9999
### Operators
100100

101-
|||
101+
|Name|Description|
102102
|-|-|
103103
|[CStringT::operator =](#operator_eq)|Assigns a new value to a `CStringT` object.|
104104
|[CStringT::operator +](#operator_add)|Concatenates two strings or a character and a string.|

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ class CTime
4646

4747
### Operators
4848

49-
|||
49+
|Name|Description|
5050
|-|-|
5151
|[operator + -](#operator_add_-)|These operators add and subtract `CTimeSpan` and `CTime` objects.|
5252
|[operator +=, -=](#operator_add_eq_-_eq)|These operators add and subtract a `CTimeSpan` object to and from this `CTime` object.|

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class CTimeSpan
4040

4141
### Operators
4242

43-
|||
43+
|Name|Description|
4444
|-|-|
4545
|[operator + -](#operator_add_-)|Adds and subtracts `CTimeSpan` objects.|
4646
|[operator += -=](#operator_add_eq_-_eq)|Adds and subtracts a `CTimeSpan` object to and from this `CTimeSpan`.|

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ __interface IAtlStringMgr
1919

2020
### Methods
2121

22-
|||
22+
|Name|Description|
2323
|-|-|
2424
|[Allocate](#allocate)|Call this method to allocate a new string data structure.|
2525
|[Clone](#clone)|Call this method to return a pointer to a new string manager for use with another instance of `CSimpleStringT`.|

docs/atl/reference/atl-http-utility-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.assetid: 4db57ef2-31fa-4696-bbeb-79a9035033ed
77

88
These functions support manipulation of URLs.
99

10-
|||
10+
|Function|Description|
1111
|-|-|
1212
|[AtlCanonicalizeUrl](#atlcanonicalizeurl)|Canonicalizes a URL, which includes converting unsafe characters and spaces into escape sequences.|
1313
|[AtlCombineUrl](#atlcombineurl)|Combines a base URL and a relative URL into a single, canonical URL.|

docs/atl/reference/atl-path-functions.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,21 @@ ATL provides the ATLPath class for manipulating paths in the form of [CPathT](cp
1111

1212
## Related Classes
1313

14-
|||
14+
|Class|Description|
1515
|-|-|
1616
|[CPathT Class](cpatht-class.md)|This class represents a path.|
1717

1818
## Related Typedefs
1919

20-
|||
20+
|Typedef|Description|
2121
|-|-|
2222
|`CPath`|A specialization of [CPathT](cpatht-class.md) using `CString`.|
2323
|`CPathA`|A specialization of [CPathT](cpatht-class.md) using `CStringA`.|
2424
|`CPathW`|A specialization of [CPathT](cpatht-class.md) using `CStringW`.|
2525

2626
## Functions
2727

28-
|||
28+
|Function|Description|
2929
|-|-|
3030
|[ATLPath::AddBackslash](#addbackslash)|This function is an overloaded wrapper for [PathAddBackslash](/windows/win32/api/shlwapi/nf-shlwapi-pathaddbackslashw).|
3131
|[ATLPath::AddExtension](#addextension)|This function is an overloaded wrapper for [PathAddExtension](/windows/win32/api/shlwapi/nf-shlwapi-pathaddextensionw).|

docs/atl/reference/atl-property-page-wizard.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,8 @@ Specify the names for the object, interface, and classes to be added to your pro
3232

3333
Provides information for the C++ class created to implement the object.
3434

35-
|||
36-
|-|-|
3735
|Term|Definition|
36+
|-|-|
3837
|**Short name**|Sets the abbreviated name for the object. The name that you provide determines the class and **Coclass** names, the file (**.cpp** and **.h**) names, the **Type** name, and the **ProgID**, unless you change those fields individually.|
3938
|**.h file**|Sets the name of the header file for the new object's class. By default, this name is based on the name that you provide in **Short name**. Click the ellipsis button to save the file name to the location of your choice, or to append the class declaration to an existing file. If you select an existing file, the wizard will not save it to the selected location until you click **Finish** in the wizard.<br /><br /> The wizard does not overwrite a file. If you select the name of an existing file, when you click **Finish**, the wizard prompts you to indicate whether the class declaration should be appended to the contents of the file. Click **Yes** to append the file; click **No** to return to the wizard and specify another file name.|
4039
|**Class**|Sets the name of the class that implements the object. This name is based on the name that you provide in **Short name**, preceded by 'C', the typical prefix for a class name.|

docs/atl/reference/atl-text-encoding-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.assetid: 2ae1648b-2b87-4112-92aa-0069fcfd23da
88

99
These functions support text encoding and decoding.
1010

11-
|||
11+
|Function|Description|
1212
|-|-|
1313
|[AtlGetHexValue](#atlgethexvalue)|Call this function to get the numeric value of a hexadecimal digit.|
1414
|[AtlGetVersion](#atlgetversion)|Call this function to get the version of the ATL library that you are using. |

0 commit comments

Comments
 (0)