Skip to content

Follow inheritdoc #3827

@cmeeren

Description

@cmeeren

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.

image

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Status

    In Progress

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions