Skip to content

Commit b96b32b

Browse files
authored
Update metadata in 26 topics
1 parent b281ff0 commit b96b32b

26 files changed

+39
-49
lines changed

docs/build/arm64-exception-handling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "ARM64 exception handling"
3-
description: Describes the exception handling conventions and data used by windows on ARM64.
3+
description: "Describes the exception handling conventions and data used by windows on ARM64."
44
ms.date: 01/13/2023
55
---
66
# ARM64 exception handling

docs/build/reference/guard-enable-control-flow-guard.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
description: "Learn more about: /guard (Enable Control Flow Guard)"
32
title: "/guard (Enable Control Flow Guard)"
3+
description: "Learn more about: /guard (Enable Control Flow Guard)"
44
ms.date: 2/24/2025
55
f1_keywords: ["/guard", "VC.Project.VCCLCompilerTool.ControlFlowGuard"]
66
---

docs/c-language/generic-selection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Generic selection (C11)"
33
description: "Describes the C11 _Generic keyword used in the Microsoft Visual C compiler"
4-
ms.date: "6/29/2021"
4+
ms.date: 6/29/2021
55
helpviewer_keywords: ["_Generic keyword [C]"]
66
---
77

docs/c-runtime-library/cgets-cgetws.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: _cgets, _cgetws"
32
title: "_cgets, _cgetws"
4-
ms.date: "4/2/2020"
3+
description: "Learn more about: _cgets, _cgetws"
4+
ms.date: 4/2/2020
55
api_name: ["_cgetws", "_cgets", "_o__cgets", "_o__cgetws"]
66
api_location: ["msvcr100.dll", "msvcr110.dll", "msvcr80.dll", "msvcr120.dll", "msvcr90.dll", "msvcrt.dll", "msvcr110_clr0400.dll", "ucrtbase.dll", "api-ms-win-crt-conio-l1-1-0.dll"]
77
api_type: ["DLLExport"]
88
topic_type: ["apiref"]
99
f1_keywords: ["cgetws", "_cgetws", "_cgets"]
1010
helpviewer_keywords: ["_cgetws function", "strings [C++], getting from console", "console, getting strings from", "_cgets function", "cgetws function", "cgets function"]
11-
ms.assetid: 4d5e134a-58c3-4f62-befd-5d235b0212f4
1211
---
1312
# `_cgets`, `_cgetws`
1413

docs/c-runtime-library/gets-getws.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
description: "Learn more about: gets, _getws"
32
title: "gets, _getws"
4-
ms.date: "4/2/2020"
3+
description: "Learn more about: gets, _getws"
4+
ms.date: 4/2/2020
55
api_name: ["_getws", "gets", "_o__getws", "_o_gets"]
66
api_location: ["msvcr80.dll", "msvcr90.dll", "msvcr120.dll", "msvcr110.dll", "msvcr110_clr0400.dll", "msvcrt.dll", "msvcr100.dll", "api-ms-win-crt-stdio-l1-1-0.dll"]
77
api_type: ["DLLExport"]

docs/c-runtime-library/parameter-validation.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
---
22
title: "Parameter Validation"
33
description: "A description of parameter validation in the Microsoft C runtime library."
4-
ms.date: "11/04/2016"
4+
ms.date: 11/04/2016
55
ms.topic: "concept-article"
66
helpviewer_keywords: ["parameters, validation"]
7-
ms.assetid: 019dd5f0-dc61-4d2e-b4e9-b66409ddf1f2
87
---
98
# Parameter validation
109

docs/c-runtime-library/reference/assert-asserte-assert-expr-macros.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
description: "Learn more about: _ASSERT, _ASSERTE, _ASSERT_EXPR Macros"
32
title: "_ASSERT, _ASSERTE, _ASSERT_EXPR Macros"
4-
ms.date: "11/04/2016"
3+
description: "Learn more about: _ASSERT, _ASSERTE, _ASSERT_EXPR Macros"
4+
ms.date: 11/04/2016
55
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"]
66
api_type: ["DLLExport"]
77
topic_type: ["apiref"]

docs/c-runtime-library/reference/ctan-ctanf-ctanl.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
---
22
title: "ctan, ctanf, ctanl"
33
description: "API reference for ctan, ctanf, and ctanl; which retrieve the tangent of a complex number."
4-
ms.date: "11/04/2016"
4+
ms.date: 11/04/2016
55
api_name: ["ctan", "ctanf", "ctanl"]
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-math-l1-1-0.dll"]
77
api_type: ["DLLExport"]
88
topic_type: ["apiref"]
99
f1_keywords: ["ctan", "ctanf", "ctanl", "complex/ctan", "complex/ctanf", "complex/ctanl"]
1010
helpviewer_keywords: ["ctan function", "ctanf function", "ctanl function"]
11-
ms.assetid: d3cbd25c-1e93-4a6d-8154-da42921f7223
1211
---
1312
# `ctan`, `ctanf`, `ctanl`
1413

docs/c-runtime-library/reference/exit-exit-exit.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
description: "Learn more about: exit, _Exit, _exit"
32
title: "exit, _Exit, _exit"
4-
ms.date: "4/2/2020"
3+
description: "Learn more about: exit, _Exit, _exit"
4+
ms.date: 4/2/2020
55
api_name: ["_exit", "exit", "_o__exit", "_o_exit"]
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-runtime-l1-1-0.dll"]
77
api_type: ["DLLExport"]

docs/c-runtime-library/reference/mbrtoc16-mbrtoc323.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: mbrtoc16, mbrtoc32"
32
title: "mbrtoc16, mbrtoc323"
4-
ms.date: "4/2/2020"
3+
description: "Learn more about: mbrtoc16, mbrtoc32"
4+
ms.date: 4/2/2020
55
api_name: ["mbrtoc16", "mbrtoc32", "_o_mbrtoc16", "_o_mbrtoc32"]
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-convert-l1-1-0.dll"]
77
api_type: ["DLLExport"]
88
topic_type: ["apiref"]
99
f1_keywords: ["mbrtoc16", "mbrtoc32", "uchar/mbrtoc16", "uchar/mbrtoc32"]
1010
helpviewer_keywords: ["mbrtoc16 function", "mbrtoc32 function"]
11-
ms.assetid: 099ade4d-56f7-4e61-8b45-493f1d7a64bd
1211
---
1312
# `mbrtoc16`, `mbrtoc32`
1413

0 commit comments

Comments
 (0)