Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add configuration event handlers methods #2

Open
FreePhoenix888 opened this issue Aug 22, 2021 · 2 comments
Open

Add configuration event handlers methods #2

FreePhoenix888 opened this issue Aug 22, 2021 · 2 comments

Comments

@FreePhoenix888
Copy link

FreePhoenix888 commented Aug 22, 2021

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
Copy link
Owner

p1va commented Sep 11, 2021

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

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

@FreePhoenix888
Copy link
Author

FreePhoenix888 commented Sep 11, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants