Skip to content

Commit b62f7c5

Browse files
authored
Clean up empty "Requirements" headings
1 parent d54db33 commit b62f7c5

File tree

4 files changed

+0
-8
lines changed

4 files changed

+0
-8
lines changed

docs/c-runtime-library/setjmp3.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@ Always returns 0.
4343

4444
Don't use this function in a C++ program. It's an intrinsic function that doesn't support C++. For more information about how to use `setjmp`, see [Using setjmp/longjmp](../cpp/using-setjmp-longjmp.md).
4545

46-
## Requirements
47-
4846
## See also
4947

5048
[Alphabetical function reference](./reference/crt-alphabetical-function-reference.md)\

docs/cppcx/operator-type-hat.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@ Type^ tx2 = (Type^)(tn);
4242

4343
.NET Framework programs project `TypeName` as <xref:System.Type>
4444

45-
### Requirements
46-
4745
## See also
4846

4947
[operator Windows::UI::Xaml::Interop::TypeName](../cppcx/operator-windows-ui-xaml-interop-typename.md)<br/>

docs/cppcx/operator-windows-ui-xaml-interop-typename.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@ Type^ tx2 = (Type^)(tn);
4242

4343
.NET Framework programs project `TypeName` as [System.Type](/dotnet/api/system.type).
4444

45-
### Requirements
46-
4745
## See also
4846

4947
[operator Windows::UI::Xaml::Interop::TypeName](../cppcx/operator-windows-ui-xaml-interop-typename.md)<br/>

docs/cppcx/platform-ibox-interface.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ The type of the boxed value.
2626
2727
The `IBox<T>` interface is primarily used internally to represent nullable value types, as described in [Value classes and structs (C++/CX)](../cppcx/value-classes-and-structs-c-cx.md). The interface is also used to box value types that are passed to C++ methods that take parameters of type `Object^`. You can explicitly declare an input parameter as `IBox<SomeValueType>`. For an example, see [Boxing](../cppcx/boxing-c-cx.md).
2828
29-
### Requirements
30-
3129
### Members
3230
3331
The `Platform::IBox` interface inherits from the [Platform::IValueType](../cppcx/platform-ivaluetype-interface.md) interface. `IBox` has these members:

0 commit comments

Comments
 (0)