Skip to content

Commit 43db9d7

Browse files
authored
Minor API docs improvements (dotnet#34091)
Fixes the last 2 docs build system warnings
1 parent fcb0d97 commit 43db9d7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/Controls/src/Core/DragAndDrop/DataPackageView.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
namespace Microsoft.Maui.Controls
55
{
66
/// <summary>
7-
/// A read-only view of a <see cref="DataPackage"/>.
7+
/// A read-only view of a <see cref="Controls.DataPackage"/>.
88
/// </summary>
99
public class DataPackageView
1010
{

src/Controls/src/Core/Shell/ShellSection.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public class Tab : ShellSection
2222
}
2323

2424
/// <summary>
25-
/// Represents a group of tabs within a <see cref="ShellItem"/>. Contains <see cref="ShellContent"/> items.
25+
/// Represents a group of tabs within a <see cref="Controls.ShellItem"/>. Contains <see cref="ShellContent"/> items.
2626
/// </summary>
2727
[ContentProperty(nameof(Items))]
2828
[EditorBrowsable(EditorBrowsableState.Never)]

0 commit comments

Comments
 (0)