p1va/dotnet-document

Add configuration event handlers methods

Opened this issue · 2 comments

Problem

dotnet-document does not have configuration for event handlers

Method:

private void OnCancelKeyPress(object sender, ConsoleCancelEventArgs e)

Summary written by dotnet-document for this method:

/// <summary>
/// Ons the cancel key press using the specified sender.
/// </summary>
p1va commented

Thanks for flagging this 🙏
Which template would you expect in this case?
Was thinking about something like

/// <summary>
/// Handles the [CancelKeyPress] event.
/// </summary>

@p1va, your template is fine. Thank you :)