Skip to content

Commit 105d7c5

Browse files
committed
Fix doc error
1 parent 2050be5 commit 105d7c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/WinUIEx/Messaging/WindowsMessages.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,13 +125,13 @@ internal enum WindowsMessages : uint
125125
/// <summary>
126126
/// Sent to a window when the SetWindowLong function is about to change one or more of the window's styles.
127127
/// </summary>
128-
/// <seealso cref="https://learn.microsoft.com/en-us/windows/win32/winmsg/wm-stylechanging"/>
128+
/// <seealso href="https://learn.microsoft.com/en-us/windows/win32/winmsg/wm-stylechanging"/>
129129
WM_STYLECHANGING = 0x007C,
130130

131131
/// <summary>
132132
/// Sent to a window after the SetWindowLong function has changed one or more of the window's styles.
133133
/// </summary>
134-
/// <seealso cref="https://learn.microsoft.com/en-us/windows/win32/winmsg/wm-stylechanged"/>
134+
/// <seealso href="https://learn.microsoft.com/en-us/windows/win32/winmsg/wm-stylechanged"/>
135135
WM_STYLECHANGED = 0x007D,
136136

137137
/// <summary>

0 commit comments

Comments
 (0)