Fixed XML comment problems

pull/211/head
dahall 2021-02-01 09:08:31 -07:00
parent 51ff0fc1a8
commit 72e792928f
2 changed files with 1 additions and 5 deletions

View File

@ -14,7 +14,7 @@ namespace Vanara.PInvoke
#pragma warning restore CS1591 // Missing XML comment for publicly visible type or member
/// <summary>
/// Pass this value to the x, y, nWidth and nHeight parameteres of <see cref="CreateWindow"/> and <see cref="CreateWindowEx"/> to
/// Pass this value to the x, y, nWidth and nHeight parameteres of <see cref="CreateWindow"/> and <c>CreateWindowEx</c> to
/// select the default position for the parameter.
/// </summary>
public const int CW_USEDEFAULT = unchecked((int)0x80000000);

View File

@ -329,10 +329,6 @@ namespace Vanara.Windows.Shell
/// <summary>Populates a <see cref="Menu"/> with the context menu items for a shell item.</summary>
/// <param name="menu">The menu to populate.</param>
/// <param name="menuOptions">The flags to pass to <see cref="IContextMenu.QueryContextMenu"/>.</param>
/// <remarks>
/// If this method is being used to populate a Form's main menu then you need to call <see cref="HandleMenuMessage"/> in the Form's
/// message handler.
/// </remarks>
public void Populate(Menu menu, CMF menuOptions = CMF.CMF_NORMAL)
{
RemoveShellMenuItems(menu);