-
Notifications
You must be signed in to change notification settings - Fork 831
Open
Labels
Milestone
Description
Functions with inheritdoc should give the inherited documentation on mouseover etc. For example:
open System.Reactive.Linq
/// <inheritdoc cref="Observable.Throttle" />
let throttle (period:TimeSpan) source =
Observable.Throttle (source, period)When hovering over the function name, no documentation it shown. It does, however, show a lot of empty space (see image) that's not present if I remove the doc comment altogether.
kerams, OkkeHendriks, baronfel, Tarmil, jcorkhill and 2 more
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
In Progress
