Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

@typeParam property can not work as expected #257

Open
tolerious opened this issue Jun 20, 2024 · 0 comments
Open

@typeParam property can not work as expected #257

tolerious opened this issue Jun 20, 2024 · 0 comments

Comments

@tolerious
Copy link

tolerious commented Jun 20, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant