We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
@include
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
@include, @includeCode single entry point
@includeCode
TypeDoc should resolve the @include tags within the comment for a module with a single entry point.
TypeDoc does nothing, leaving the tags intact.
/** * {@includeCode ./bug.ts} * @module */ export const bug = true;
typedoc bug.ts
The text was updated successfully, but these errors were encountered:
344d4bf
No branches or pull requests
Search terms
@include
,@includeCode
single entry pointExpected Behavior
TypeDoc should resolve the
@include
tags within the comment for a module with a single entry point.Actual Behavior
TypeDoc does nothing, leaving the tags intact.
Steps to reproduce the bug
Environment
The text was updated successfully, but these errors were encountered: