Skip to content

Commit e5777b3

Browse files
Wrapping
1 parent b724568 commit e5777b3

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/EditorFeatures/Core.Wpf/InlineHints/CachedAdornmentTagSpan.cs

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,11 @@ namespace Microsoft.CodeAnalysis.Editor.InlineHints;
1010

1111
internal partial class InlineHintsTaggerProvider
1212
{
13-
/// <summary>The computed adornment tag for an inline hint, along with information needed to determine if it can be
14-
/// reused. This is created and cached on <see cref="InlineHintDataTag.AdditionalData"/> on demand so that we only
15-
/// create adornment tags once and reuse as long as possible.</summary>
13+
/// <summary>
14+
/// The computed adornment tag for an inline hint, along with information needed to determine if it can be reused.
15+
/// This is created and cached on <see cref="InlineHintDataTag.AdditionalData"/> on demand so that we only create
16+
/// adornment tags once and reuse as long as possible.
17+
/// </summary>
1618
/// <param name="classified">Whether or not the adornment tag was classified. If the option for this changes, this
1719
/// cached tag should not be reused.</param>
1820
/// <param name="format">The text formatting used to create the hint. If this format no longer matches the current

0 commit comments

Comments
 (0)