File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ namespace MaterialDesignThemes.Wpf
7
7
/// Displays an icon image/path, according to the specified <see cref="Type"/> name.
8
8
/// </summary>
9
9
/// <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 .
12
12
/// </remarks>
13
13
public class Icon : Control
14
14
{
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ namespace MaterialDesignThemes.Wpf
4
4
/// List of available icons for use with <see cref="Icon"/>.
5
5
/// </summary>
6
6
/// <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 .
9
9
/// </remarks>
10
10
public enum IconType
11
11
{
You can’t perform that action at this time.
0 commit comments