Skip to content

@inheritdoc is not working #925

@rochdev

Description

@rochdev

I've seen multiple mentions that this feature is supposedly supported, but it doesn't seem to be working.

For example:

declare class Tracer extends opentracing.Tracer {
  /** @inheritdoc */
  inject(spanContext: SpanContext | Span, format: string, carrier: any): void;
}

image

If I don't override the method the documentation is properly displayed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    needs reproductionNeeds a minimal reproducible case - https://gist.github.com/Rich-Harris/88c5fc2ac6dc941b22e7996af05d

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions