Skip to content

Commit 1d3915e

Browse files
authored
Fixed compiler warning CS1584 (like PackIconKind) (#1771)
1 parent 6435239 commit 1d3915e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

MaterialDesignThemes.Wpf/Icon.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ namespace MaterialDesignThemes.Wpf
77
/// Displays an icon image/path, according to the specified <see cref="Type"/> name.
88
/// </summary>
99
/// <remarks>
10-
/// All icons sourced from Material Design Icons Font - <see cref="https://materialdesignicons.com/"/> - in accordance of
11-
/// <see cref="https://github.com/Templarian/MaterialDesign/blob/master/license.txt"/>.
10+
/// All icons sourced from Material Design Icons Font - https://materialdesignicons.com/ - in accordance of
11+
/// https://github.com/Templarian/MaterialDesign/blob/master/LICENSE.
1212
/// </remarks>
1313
public class Icon : Control
1414
{

MaterialDesignThemes.Wpf/IconType.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ namespace MaterialDesignThemes.Wpf
44
/// List of available icons for use with <see cref="Icon"/>.
55
/// </summary>
66
/// <remarks>
7-
/// All icons sourced from Material Design Icons Font - <see cref="https://materialdesignicons.com/"/> - in accordance of
8-
/// <see cref="https://github.com/Templarian/MaterialDesign/blob/master/license.txt"/>.
7+
/// All icons sourced from Material Design Icons Font - https://materialdesignicons.com/ - in accordance of
8+
/// https://github.com/Templarian/MaterialDesign/blob/master/LICENSE.
99
/// </remarks>
1010
public enum IconType
1111
{

0 commit comments

Comments
 (0)