Skip to content

Commit

Permalink
Wrapping
Browse files Browse the repository at this point in the history
  • Loading branch information
CyrusNajmabadi committed Dec 19, 2024
1 parent b724568 commit e5777b3
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@ namespace Microsoft.CodeAnalysis.Editor.InlineHints;

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

0 comments on commit e5777b3

Please sign in to comment.