Skip to content

Commit 5b190e6

Browse files
authored
Merge pull request #5437 from Rageking8/fill-in-empty-table-headers
Fill in empty table headers
2 parents d4db085 + 0650e0b commit 5b190e6

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

docs/atl/atl-utilities-reference.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
22
title: "ATL utilities reference"
33
description: "Learn more about: ATL utilities reference"
4-
ms.date: "11/04/2016"
4+
ms.date: 11/04/2016
55
---
66
# ATL utilities reference
77

88
ATL provides code for manipulating paths and URLs in the form of [CPathT](../atl/reference/cpatht-class.md) and [CUrl](../atl/reference/curl-class.md). A thread pool, [CThreadPool](../atl/reference/cthreadpool-class.md), can be used in your applications. This code can be found in atlpath.h and atlutil.h.
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
description: "Learn more about the free functions for use with the std::any class in the C++ Standard Library."
32
title: "<any> functions"
3+
description: "Learn more about the free functions for use with the std::any class in the C++ Standard Library."
44
ms.date: 09/20/2021
55
f1_keywords: ["any/std::any_cast", "any/std::make_any", "any/std::swap"]
66
no-loc: ["any", "std", "class"]
@@ -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)