Skip to content

Commit 8ff17dd

Browse files
Merge pull request #5680 from Rageking8/clean-up-more-empty-remarks-headings
Clean up more empty "Remarks" headings
2 parents 48e0c59 + fb459ef commit 8ff17dd

10 files changed

+18
-51
lines changed

docs/build/reference/help-compiler-command-line-help.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
---
2-
description: "Learn more about: /HELP (Compiler Command-Line Help)"
32
title: "/HELP (Compiler Command-Line Help)"
4-
ms.date: "11/04/2016"
3+
description: "Learn more about: /HELP (Compiler Command-Line Help)"
4+
ms.date: 11/04/2016
55
f1_keywords: ["/help"]
66
helpviewer_keywords: ["HELP compiler option [C++]", "Help, for compiler command line", "/HELP compiler option [C++]", "/? compiler option [C++]", "-HELP compiler option [C++]", "-? compiler option [C++]", "cl.exe compiler, command-line syntax"]
7-
ms.assetid: 192533e7-86f2-48e0-a08f-b5e4e3a4e784
87
---
98
# /HELP (Compiler Command-Line Help)
109

@@ -18,8 +17,6 @@ Displays a listing of compiler options to standard output.
1817
/?
1918
```
2019

21-
## Remarks
22-
2320
### To set this compiler option in the Visual Studio development environment
2421

2522
- This compiler option should only be accessed from the command line.

docs/build/reference/nologo-suppress-startup-banner-c-cpp.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
---
2-
description: "Learn more about: /nologo (Suppress Startup Banner) (C/C++)"
32
title: "/nologo (Suppress Startup Banner) (C/C++)"
4-
ms.date: "11/04/2016"
3+
description: "Learn more about: /nologo (Suppress Startup Banner) (C/C++)"
4+
ms.date: 11/04/2016
55
f1_keywords: ["VC.Project.VCCLWCECompilerTool.SuppressStartupBanner", "VC.Project.VCCLCompilerTool.SuppressStartupBanner"]
66
helpviewer_keywords: ["-nologo compiler option [C++]", "/nologo compiler option [C++]", "nologo compiler option [C++]", "banners, suppressing startup"]
7-
ms.assetid: 75930d8b-b11c-4db8-99e5-b52f97da0693
87
---
98
# /nologo (Suppress Startup Banner) (C/C++)
109

@@ -16,8 +15,6 @@ Suppresses the display of the copyright banner when the compiler starts up and d
1615
/nologo
1716
```
1817

19-
## Remarks
20-
2118
### To set this compiler option in the Visual Studio development environment
2219

2320
1. Open the project's **Property Pages** dialog box. For details, see [Set C++ compiler and build properties in Visual Studio](../working-with-project-properties.md).

docs/c-runtime-library/cxxframehandler.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
---
2-
description: "Learn more about: __CxxFrameHandler"
32
title: "__CxxFrameHandler"
4-
ms.date: "1/14/2021"
3+
description: "Learn more about: __CxxFrameHandler"
4+
ms.date: 1/14/2021
55
api_name: ["__CxxFrameHandler"]
66
api_location: ["msvcr110.dll", "msvcrt.dll", "msvcr80.dll", "msvcr100.dll", "msvcr110_clr0400.dll", "msvcr90.dll", "msvcr120.dll"]
77
api_type: ["DLLExport"]
88
topic_type: ["apiref"]
99
f1_keywords: ["__CxxFrameHandler"]
1010
helpviewer_keywords: ["__CxxFrameHandler"]
11-
ms.assetid: b79ac97f-425a-42ae-9b91-8beaef935333
1211
---
1312
# `__CxxFrameHandler`
1413

@@ -43,8 +42,6 @@ Additional information about the function entry and stack frame.
4342
4443
One of the *filter expression* values used by the [try-except Statement](../cpp/try-except-statement.md).
4544
46-
## Remarks
47-
4845
## Requirements
4946
5047
| Routine | Required header |

docs/c-runtime-library/internal-set-app-type.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
---
2-
description: "Learn more about: __set_app_type"
32
title: "__set_app_type"
4-
ms.date: "11/04/2016"
3+
description: "Learn more about: __set_app_type"
4+
ms.date: 11/04/2016
55
api_name: ["__set_app_type", "_set_app_type"]
66
api_location: ["msvcr90.dll", "msvcr100.dll", "msvcr110.dll", "msvcr80.dll", "msvcrt.dll", "msvcr120.dll", "msvcr110_clr0400.dll", "api-ms-win-crt-runtime-l1-1-0.dll"]
77
api_type: ["DLLExport"]
88
topic_type: ["apiref"]
99
f1_keywords: ["__set_app_type"]
1010
helpviewer_keywords: ["__set_app_type"]
11-
ms.assetid: f0ac0f4d-70e6-4e96-9e43-eb9d1515490c
1211
---
1312
# `__set_app_type`
1413

@@ -33,8 +32,6 @@ A value that indicates the application type. The possible values are:
3332
| `_CONSOLE_APP` | Console (command-line) application. |
3433
| `_GUI_APP` | GUI (Windows) application. |
3534
36-
## Remarks
37-
3835
## Requirements
3936
4037
| Routine | Required header |

docs/c-runtime-library/reference/uncaught-exception.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
---
2-
description: "Learn more about: __uncaught_exception"
32
title: "__uncaught_exception"
4-
ms.date: "1/14/2021"
3+
description: "Learn more about: __uncaught_exception"
4+
ms.date: 1/14/2021
55
api_name: ["__uncaught_exception"]
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"]
77
api_type: ["DLLExport"]
88
topic_type: ["apiref"]
99
f1_keywords: ["EH/__uncaught_exception"]
1010
helpviewer_keywords: ["__uncaught_exception"]
11-
ms.assetid: 4d9b75c6-c9c7-4876-b761-ea9ab1925e96
1211
---
1312
# `__uncaught_exception`
1413

@@ -24,8 +23,6 @@ bool __uncaught_exception();
2423

2524
**`true`** from the time an exception is thrown in a **`try`** block until the matching **`catch`** block is initialized; otherwise, **`false`**.
2625

27-
## Remarks
28-
2926
## Requirements
3027

3128
| Routine | Required header |

docs/c-runtime-library/setusermatherr.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
---
2-
description: "Learn more about: __setusermatherr"
32
title: "__setusermatherr"
4-
ms.date: "11/04/2016"
3+
description: "Learn more about: __setusermatherr"
4+
ms.date: 11/04/2016
55
api_name: ["__setusermatherr"]
66
api_location: ["msvcr80.dll", "msvcr90.dll", "msvcrt.dll", "msvcr110.dll", "msvcr110_clr0400.dll", "msvcr120.dll", "msvcr100.dll", "api-ms-win-crt-math-l1-1-0.dll"]
77
api_type: ["DLLExport"]
88
topic_type: ["apiref"]
99
f1_keywords: ["__setusermatherr"]
1010
helpviewer_keywords: ["__setusermatherr"]
11-
ms.assetid: f306818d-381a-4d68-8739-71b92bacb5ea
1211
---
1312
# `__setusermatherr`
1413

@@ -29,8 +28,6 @@ Pointer to an implementation of `_matherr` that is supplied by the user.
2928
3029
The type of the *`pf`* parameter is declared as `typedef int (__cdecl * _HANDLE_MATH_ERROR)(struct _exception *)`.
3130
32-
## Remarks
33-
3431
## Requirements
3532
3633
| Routine | Required header |

docs/cppcx/platform-arrayreference-class.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
---
2-
description: "Learn more about: Platform::ArrayReference Class"
32
title: "Platform::ArrayReference Class"
4-
ms.date: "10/16/2019"
3+
description: "Learn more about: Platform::ArrayReference Class"
4+
ms.date: 10/16/2019
55
ms.topic: "reference"
66
f1_keywords: ["VCCORLIB/Platform::ArrayReference::ArrayReference"]
77
helpviewer_keywords: ["Platform::ArrayReference Class"]
8-
ms.assetid: 9ab3b15e-8a60-4600-8fcb-7d6c86284f4b
98
---
109
# Platform::ArrayReference Class
1110

@@ -70,8 +69,6 @@ The number of elements in the source array.
7069
*otherArg*<br/>
7170
An `ArrayReference` object whose data will be moved to initialize the new instance.
7271

73-
### Remarks
74-
7572
## <a name="operator-assign"></a> ArrayReference::operator= Operator
7673

7774
Assigns the specified object to the current [Platform::ArrayReference](../cppcx/platform-arrayreference-class.md) object by using move semantics.

docs/cppcx/platform-metadata-flagsattribute-attribute.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
---
2-
description: "Learn more about: Platform::Metadata::FlagsAttribute Attribute"
32
title: "Platform::Metadata::FlagsAttribute Attribute"
4-
ms.date: "12/30/2016"
3+
description: "Learn more about: Platform::Metadata::FlagsAttribute Attribute"
4+
ms.date: 12/30/2016
55
ms.topic: "reference"
66
f1_keywords: ["VCCORLIB/Platform::Metadata::FlagsAttribute"]
77
helpviewer_keywords: ["Platform::Metadata::FlagsAttribute Attribute"]
8-
ms.assetid: 56f4a191-cc81-4742-aff8-bd2219c0735c
98
---
109
# Platform::Metadata::FlagsAttribute Attribute
1110

@@ -23,8 +22,6 @@ public ref class Flags abstract : Attribute
2322
2423
[Platform::Metadata::Attribute](../cppcx/platform-metadata-attribute-attribute.md)
2524
26-
### Remarks
27-
2825
### Requirements
2926
3027
**Minimum supported client:** Windows 8

docs/cppcx/platform-stringreference-class.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ An optimization type that you can use to pass string data from `Platform::String
1515
class StringReference
1616
```
1717
18-
### Remarks
19-
2018
### Members
2119
2220
### Public Constructors
@@ -79,8 +77,6 @@ __abi_HSTRING GetHSTRING() const;
7977

8078
An `__abi_HSTRING` that contains the string data.
8179

82-
### Remarks
83-
8480
## <a name="getstring"></a> StringReference::GetString Method
8581

8682
Returns the contents of the string as a `Platform::String^`.
@@ -110,8 +106,6 @@ unsigned int Length() const;
110106

111107
An unsigned integer that specifies the number of characters in the string.
112108

113-
### Remarks
114-
115109
## <a name="operator-assign"></a> StringReference::operator= Operator
116110

117111
Assigns the specified object to the current `StringReference` object.

docs/parallel/concrt/reference/event-class.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
---
2-
description: "Learn more about: event Class"
32
title: "event Class"
4-
ms.date: "11/04/2016"
3+
description: "Learn more about: event Class"
4+
ms.date: 11/04/2016
55
f1_keywords: ["CONCRT/concurrency::event", "CONCRT/concurrency::event::reset", "CONCRT/concurrency::event::set", "CONCRT/concurrency::event::wait", "CONCRT/concurrency::event::wait_for_multiple", "CONCRT/concurrency::event::timeout_infinite"]
66
helpviewer_keywords: ["event class"]
7-
ms.assetid: fba35a53-6568-4bfa-9aaf-07c0928cf73d
87
---
98
# event Class
109

@@ -61,8 +60,6 @@ Constructs a new event.
6160
_CRTIMP event();
6261
```
6362

64-
### Remarks
65-
6663
## <a name="dtor"></a> ~event
6764

6865
Destroys an event.

0 commit comments

Comments
 (0)