From 72e792928fdddb980d6c46fd8e827425f1b753d0 Mon Sep 17 00:00:00 2001 From: dahall Date: Mon, 1 Feb 2021 09:08:31 -0700 Subject: [PATCH] Fixed XML comment problems --- PInvoke/User32/WinUser.Window.cs | 2 +- Windows.Shell/ShellObjects/ShellContextMenu.cs | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/PInvoke/User32/WinUser.Window.cs b/PInvoke/User32/WinUser.Window.cs index f38fcc26..32e945a0 100644 --- a/PInvoke/User32/WinUser.Window.cs +++ b/PInvoke/User32/WinUser.Window.cs @@ -14,7 +14,7 @@ namespace Vanara.PInvoke #pragma warning restore CS1591 // Missing XML comment for publicly visible type or member /// - /// Pass this value to the x, y, nWidth and nHeight parameteres of and to + /// Pass this value to the x, y, nWidth and nHeight parameteres of and CreateWindowEx to /// select the default position for the parameter. /// public const int CW_USEDEFAULT = unchecked((int)0x80000000); diff --git a/Windows.Shell/ShellObjects/ShellContextMenu.cs b/Windows.Shell/ShellObjects/ShellContextMenu.cs index 79a6c255..69594bc6 100644 --- a/Windows.Shell/ShellObjects/ShellContextMenu.cs +++ b/Windows.Shell/ShellObjects/ShellContextMenu.cs @@ -329,10 +329,6 @@ namespace Vanara.Windows.Shell /// Populates a with the context menu items for a shell item. /// The menu to populate. /// The flags to pass to . - /// - /// If this method is being used to populate a Form's main menu then you need to call in the Form's - /// message handler. - /// public void Populate(Menu menu, CMF menuOptions = CMF.CMF_NORMAL) { RemoveShellMenuItems(menu);