Skip to content
This repository has been archived by the owner on Dec 16, 2021. It is now read-only.

<remarks> in doc comments don't show up in api docs #61

Open
halter73 opened this issue Aug 17, 2016 · 0 comments
Open

<remarks> in doc comments don't show up in api docs #61

halter73 opened this issue Aug 17, 2016 · 0 comments

Comments

@halter73
Copy link

For example, the following remark that ShutdownTimout defaults to 5 seconds in KestrelServerOptions.cs doesn't show up in the generated api docs:

/// <summary>
/// The amount of time after the server begins shutting down before connections will be forcefully closed.
/// Kestrel will wait for the duration of the timeout for any ongoing request processing to complete before
/// terminating the connection. No new connections or requests will be accepted during this time.
/// </summary>
/// <remarks>
/// Defaults to 5 seconds.
/// </remarks>
public TimeSpan ShutdownTimeout { get; set; } = TimeSpan.FromSeconds(5);

@danroth27

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

No branches or pull requests

1 participant