Browse Source
Update comment
Co-authored-by: Steven Kirk <grokys@users.noreply.github.com>
pull/6191/head
Luis v.d.Eltz
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/Avalonia.Controls/Diagnostics/ToolTipDiagnostics.cs
|
|
|
@ -3,7 +3,7 @@ |
|
|
|
namespace Avalonia.Controls.Diagnostics |
|
|
|
{ |
|
|
|
/// <summary>
|
|
|
|
/// Helper class to provide some diagnostics insides into <see cref="ToolTip"/>.
|
|
|
|
/// Helper class to provide diagnostics information for <see cref="ToolTip"/>.
|
|
|
|
/// </summary>
|
|
|
|
public static class ToolTipDiagnostics |
|
|
|
{ |
|
|
|
|