Follow inheritdoc
Open
Feature Improvement
- Dominant language
- F#
- Stars
- 4.3k
- Forks
- 876
- Avg merge
- 4d 11h
- Merged PRs (30d)
- 131
Description
Functions with `inheritdoc` should give the inherited documentation on mouseover etc. For example:
```f#
open System.Reactive.Linq
///
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.

Contributor guide
Assessment
This issue has not been assessed yet.