Skip to content

Commit 7db57e7

Browse files
authored
Merge pull request #5241 from Rageking8/clean-up-empty-row-in-tables
Clean up empty row in tables
2 parents 649b8e1 + 9c874a3 commit 7db57e7

File tree

2 files changed

+10
-13
lines changed

2 files changed

+10
-13
lines changed

docs/dotnet/auto-gcroot-class.md

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
---
2-
description: "Learn more about: auto_gcroot Class"
32
title: "auto_gcroot Class"
3+
description: "Learn more about: auto_gcroot Class"
44
ms.date: "01/16/2019"
55
ms.topic: "reference"
66
f1_keywords: ["msclr::auto_gcroot::auto_gcroot", "msclr::auto_gcroot::attach", "msclr::auto_gcroot::get", "msclr::auto_gcroot::release", "msclr::auto_gcroot::reset", "msclr::auto_gcroot::swap", "msclr::auto_gcroot::operator=", "msclr::auto_gcroot::operator->", "msclr::auto_gcroot::operator!", "msclr::auto_gcroot::operator auto_gcroot"]
77
helpviewer_keywords: ["msclr::auto_gcroot"]
8-
ms.assetid: b5790912-265d-463e-a486-47302e91042a
98
---
109
# auto_gcroot Class
1110

@@ -20,7 +19,7 @@ class auto_gcroot;
2019

2120
### Parameters
2221

23-
*_element_type*<br/>
22+
*_element_type*\
2423
The managed type to be embedded.
2524

2625
## Members
@@ -30,8 +29,7 @@ The managed type to be embedded.
3029
|Name|Description|
3130
|---------|-----------|
3231
|[auto_gcroot::auto_gcroot](#auto-gcroot)|The `auto_gcroot` constructor.|
33-
|[auto_gcroot::~auto_gcroot](#tilde-auto-gcroot)|The `auto_gcroot` destructor.
34-
|
32+
|[auto_gcroot::~auto_gcroot](#tilde-auto-gcroot)|The `auto_gcroot` destructor.|
3533

3634
### Public methods
3735

@@ -78,10 +76,10 @@ auto_gcroot(
7876

7977
### Parameters
8078

81-
*_ptr*<br/>
79+
*_ptr*\
8280
The object to own.
8381

84-
*_right*<br/>
82+
*_right*\
8583
An existing `auto_gcroot`.
8684

8785
### Remarks
@@ -241,7 +239,7 @@ auto_gcroot<_element_type> & attach(
241239

242240
### Parameters
243241

244-
*_right*<br/>
242+
*_right*\
245243
The object to attach, or an `auto_gcroot` containing the object to attach.
246244

247245
### Return value
@@ -452,7 +450,7 @@ void reset(
452450

453451
### Parameters
454452

455-
*_new_ptr*<br/>
453+
*_new_ptr*\
456454
(Optional) The new object.
457455

458456
### Example
@@ -517,7 +515,7 @@ void swap(
517515

518516
### Parameters
519517

520-
*_right*<br/>
518+
*_right*\
521519
The `auto_gcroot` with which to swap objects.
522520

523521
### Example
@@ -615,7 +613,7 @@ auto_gcroot<_element_type> & operator=(
615613

616614
### Parameters
617615

618-
*_right*<br/>
616+
*_right*\
619617
The object or `auto_gcroot` to be assigned to the current `auto_gcroot`.
620618

621619
### Return value

docs/overview/what-s-new-for-visual-cpp-in-visual-studio.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ Visual Studio 2022 brings many updates and fixes to the Microsoft C++ compiler a
2525
| What's new for C++ developers | [What's New for C++ Developers in Visual Studio 2022 17.13](https://devblogs.microsoft.com/cppblog/whats-new-for-c-developers-in-visual-studio-2022-17-13/) |
2626
| Standard Library (STL) merged C++26 and C++23 features, LWG issue resolutions, performance improvements, enhanced behavior, and fixed bugs | [STL Changelog 17.13](https://github.com/microsoft/STL/wiki/Changelog#vs-2022-1713) |
2727
| New features in the IDE |[Visual Studio 2022 version 17.13 Release Notes](/visualstudio/releases/2022/release-notes) |
28-
| C++ language updates | [MSVC compiler updates in Visual Studio 2022 17.13](https://devblogs.microsoft.com/cppblog/msvc-compiler-updates-in-visual-studio-2022-version-17-13/)
29-
|
28+
| C++ language updates | [MSVC compiler updates in Visual Studio 2022 17.13](https://devblogs.microsoft.com/cppblog/msvc-compiler-updates-in-visual-studio-2022-version-17-13/) |
3029
| C++ language conformance improvements | [C++ Conformance improvements, behavior changes, and bug fixes in Visual Studio 2022 17.13](cpp-conformance-improvements.md#improvements_1713) |
3130

3231
A quick highlight of some of the new features:

0 commit comments

Comments
 (0)