Skip to content

Commit c98d86a

Browse files
authored
Update metadata in 21 topics
1 parent 4d667ee commit c98d86a

21 files changed

+39
-57
lines changed

docs/c-language/c-comments.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
---
2-
description: "Learn more about: C Comments"
32
title: "C Comments"
4-
ms.date: "06/25/2018"
3+
description: "Learn more about: C Comments"
4+
ms.date: 06/25/2018
55
helpviewer_keywords: ["code comments, C code", "comments, documenting code", "comments, C code", "/* */ comment delimiters", "comments"]
6-
ms.assetid: 0f5f2825-e673-49e7-8669-94e2f5294989
76
---
87
# C Comments
98

docs/c-language/initializing-scalar-types.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
---
2-
description: "Learn more about: Initializing Scalar Types"
32
title: "Initializing Scalar Types"
4-
ms.date: "11/04/2016"
3+
description: "Learn more about: Initializing Scalar Types"
4+
ms.date: 11/04/2016
55
helpviewer_keywords: ["initializing scalar types", "register variables", "initialization, scalar types", "initializing variables, scalar types", "scalar types", "static variables, initializing", "automatic storage class, initializing scalar types", "automatic storage class", "types [C], initializing"]
6-
ms.assetid: 73c516f5-c3ad-4d56-ab3b-f2a82b621104
76
---
87
# Initializing Scalar Types
98

docs/c-language/l-value-and-r-value-expressions.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
---
2-
description: "Learn more about: L-Value and R-Value Expressions"
32
title: "L-Value and R-Value Expressions"
4-
ms.date: "11/04/2016"
3+
description: "Learn more about: L-Value and R-Value Expressions"
4+
ms.date: 11/04/2016
55
helpviewer_keywords: ["L-values", "member-selection expressions", "R-value expressions", "subscript expressions"]
6-
ms.assetid: b790303e-ec6f-4d0d-bc55-df42da267172
76
---
87
# L-Value and R-Value Expressions
98

docs/c-language/parameters.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
---
2-
description: "Learn more about: Parameters"
32
title: "Parameters"
4-
ms.date: "11/04/2016"
3+
description: "Learn more about: Parameters"
4+
ms.date: 11/04/2016
55
helpviewer_keywords: ["arguments [C++], function", "function parameters", "parameters [C++]", "function arguments, vs. parameters", "parameters [C++], function", "functions [C], parameters", "function parameters, syntax", "ellipsis (...), parameters", "... ellipsis"]
6-
ms.assetid: 8f2b8026-78b5-4e21-86a3-bf0f91f05689
76
---
87
# Parameters
98

docs/c-language/scope-and-visibility.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
---
2-
description: "Learn more about: Scope and Visibility"
32
title: "Scope and Visibility"
4-
ms.date: "11/04/2016"
3+
description: "Learn more about: Scope and Visibility"
4+
ms.date: 11/04/2016
55
helpviewer_keywords: ["scope, levels", "visibility", "file scope [C++]"]
6-
ms.assetid: a019eb7c-66ed-46a7-bc9f-89a963930a56
76
---
87
# Scope and Visibility
98

docs/c-language/typedef-declarations.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
---
2-
description: "Learn more about: Typedef Declarations"
32
title: "Typedef Declarations"
4-
ms.date: "11/04/2016"
3+
description: "Learn more about: Typedef Declarations"
4+
ms.date: 11/04/2016
55
helpviewer_keywords: ["declarations, typedef", "typedef declarations", "types [C], declarations"]
6-
ms.assetid: e92a3b82-9269-4bc6-834a-6f431ccac83e
76
---
87
# Typedef Declarations
98

docs/c-runtime-library/code-pages.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
---
22
title: "Code Pages"
33
description: "A description of code page support in the Microsoft C runtime."
4+
ms.date: 11/04/2016
45
ms.topic: "concept-article"
5-
ms.date: "11/04/2016"
66
helpviewer_keywords: ["character sets [C++], code pages", "ANSI [C++], code pages", "system-default code page", "multibyte code pages [C++]", "localization [C++], code pages", "code pages [C++], types of", "locale code pages [C++]"]
7-
ms.assetid: 4a26fc42-185a-4add-98bf-a7b314ae6186
87
---
98
# Code pages
109

docs/c-runtime-library/reference/open-wopen.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
---
2-
description: "Learn more about: _open, _wopen"
32
title: "_open, _wopen"
3+
description: "Learn more about: _open, _wopen"
44
ms.date: 05/18/2022
55
api_name: ["_open", "_wopen"]
66
api_location: ["msvcrt.dll", "msvcr80.dll", "msvcr90.dll", "msvcr100.dll", "msvcr100_clr0400.dll", "msvcr110.dll", "msvcr110_clr0400.dll", "msvcr120.dll", "msvcr120_clr0400.dll", "ucrtbase.dll", "api-ms-win-crt-stdio-l1-1-0.dll"]
77
api_type: ["DLLExport"]
88
topic_type: ["apiref"]
99
f1_keywords: ["CORECRT_IO/_open", "CORECRT_WIO/_wopen", "TCHAR/_topen", "_open", "_wopen", "_topen"]
1010
helpviewer_keywords: ["opening files, for file I/O", "topen function", "_open function", "_topen function", "_wopen function", "files [C++], opening", "wopen function", "open function"]
11-
ms.assetid: 13f6a0c3-d1aa-450d-a7aa-74abc91b163e
1211
---
1312
# `_open`, `_wopen`
1413

docs/c-runtime-library/reference/sopen-wsopen.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
---
2-
description: "Learn more about: _sopen, _wsopen"
32
title: "_sopen, _wsopen"
3+
description: "Learn more about: _sopen, _wsopen"
44
ms.date: 05/18/2022
55
api_name: ["_sopen", "_wsopen", "_o__sopen"]
66
api_location: ["msvcrt.dll", "msvcr80.dll", "msvcr90.dll", "msvcr100.dll", "msvcr100_clr0400.dll", "msvcr110.dll", "msvcr110_clr0400.dll", "msvcr120.dll", "msvcr120_clr0400.dll", "ucrtbase.dll", "api-ms-win-crt-stdio-l1-1-0.dll"]
77
api_type: ["DLLExport"]
88
topic_type: ["apiref"]
99
f1_keywords: ["CORECRT_IO/_sopen", "CORECRT_WIO/_wsopen", "TCHAR/_tsopen", "_sopen", "_wsopen", "_tsopen", "sopen", "wsopen"]
1010
helpviewer_keywords: ["sopen function", "sharing files", "opening files, for sharing", "_sopen function", "wsopen function", "files [C++], opening", "files [C++], sharing", "_wsopen function"]
11-
ms.assetid: a9d4cccf-06e9-414d-96fa-453fca88cc1f
1211
---
1312
# `_sopen`, `_wsopen`
1413

docs/c-runtime-library/reference/strftime-wcsftime-strftime-l-wcsftime-l.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
---
2-
description: "Learn more about: strftime, wcsftime, _strftime_l, _wcsftime_l"
32
title: "strftime, wcsftime, _strftime_l, _wcsftime_l"
4-
ms.date: "4/2/2020"
3+
description: "Learn more about: strftime, wcsftime, _strftime_l, _wcsftime_l"
4+
ms.date: 4/2/2020
55
api_name: ["strftime", "_wcsftime_l", "_strftime_l", "wcsftime", "_o__strftime_l", "_o__wcsftime_l", "_o_strftime", "_o_wcsftime"]
66
api_location: ["msvcrt.dll", "msvcr80.dll", "msvcr90.dll", "msvcr100.dll", "msvcr100_clr0400.dll", "msvcr110.dll", "msvcr110_clr0400.dll", "msvcr120.dll", "msvcr120_clr0400.dll", "ucrtbase.dll", "api-ms-win-crt-time-l1-1-0.dll"]
77
api_type: ["DLLExport"]
88
topic_type: ["apiref"]
99
f1_keywords: ["_tcsftime", "strftime", "wcsftime", "_strftime_l", "_wcsftime_l"]
1010
helpviewer_keywords: ["_strftime_l function", "strftime function", "tcsftime function", "_wcsftime_l function", "wcsftime function", "_tcsftime function", "time strings"]
11-
ms.assetid: 6330ff20-4729-4c4a-82af-932915d893ea
1211
---
1312
# `strftime`, `wcsftime`, `_strftime_l`, `_wcsftime_l`
1413

0 commit comments

Comments
 (0)