Skip to content

Commit cf9a5fb

Browse files
authored
Fill in empty table headers
1 parent 62da4f5 commit cf9a5fb

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/atl/atl-utilities-reference.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ATL provides code for manipulating paths and URLs in the form of [CPathT](../atl
99

1010
## Classes
1111

12-
|   |   |
12+
| Name | Description |
1313
|--|--|
1414
| [CPathT class](../atl/reference/cpatht-class.md) | This class represents a path. |
1515
| [CDebugReportHook class](../atl/reference/cdebugreporthook-class.md) | Use this class to send debug reports to a named pipe. |
@@ -21,7 +21,7 @@ ATL provides code for manipulating paths and URLs in the form of [CPathT](../atl
2121

2222
## Typedefs
2323

24-
|   |   |
24+
| Name | Description |
2525
|--|--|
2626
| [CPath](../atl/reference/atl-typedefs.md#cpath) | A specialization of [CPathT](../atl/reference/cpatht-class.md) using `CString`. |
2727
| [CPathA](../atl/reference/atl-typedefs.md#cpatha) | A specialization of [CPathT](../atl/reference/cpatht-class.md) using `CStringA`. |
@@ -30,13 +30,13 @@ ATL provides code for manipulating paths and URLs in the form of [CPathT](../atl
3030

3131
## Enums
3232

33-
|   |   |
33+
| Name | Description |
3434
|--|--|
3535
| [ATL_URL_SCHEME](../atl/reference/atl-url-scheme-enum.md) | The members of this enumeration provide constants for the schemes understood by [CUrl](../atl/reference/curl-class.md). |
3636

3737
## Functions
3838

39-
|   |   |
39+
| Name | Description |
4040
|--|--|
4141
| [AtlCanonicalizeUrl](../atl/reference/atl-http-utility-functions.md#atlcanonicalizeurl) | Call this function to canonicalize a URL, which includes converting unsafe characters and spaces into escape sequences. |
4242
| [AtlCombineUrl](../atl/reference/atl-http-utility-functions.md#atlcombineurl) | Call this function to combine a base URL and a relative URL into a single, canonical URL. |

docs/standard-library/any-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The [`<any>`](any.md) header declares several free functions for working with th
1111

1212
## Functions
1313

14-
| &nbsp; | &nbsp; |
14+
| Name | Description |
1515
|--|--|
1616
| [`any_cast`](#any_cast) | Makes an object into an `any`. |
1717
| [`make_any`](#make_any) | Takes values and creates an `any` object. |

0 commit comments

Comments
 (0)