Thanks to visit codestin.com
Credit goes to github.com

Skip to content

@typeParam property can not work as expected #257

@tolerious

Description

@tolerious

Here is an example hosted by StackBlize

I created a generic interface called Box and added a @typeParam document property <T> for this class.
Nevertheless, after I generated the markdown document for this interface, there was no description regarding the T, which is very strange.

/**
 * Box interface.
 * @typeParam T - Box type
 * @public
 */
export interface Box<T> {
  type: T;
}

When you open the Stackblize link, just run npm run dev, it will call api-extractor and api-documenter automatically.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions