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

@include doesn't work within comment for single entry point project #2800

Closed
Gerrit0 opened this issue Dec 5, 2024 · 0 comments
Closed

@include doesn't work within comment for single entry point project #2800

Gerrit0 opened this issue Dec 5, 2024 · 0 comments
Labels
bug Functionality does not match expectation

Comments

@Gerrit0
Copy link
Collaborator

Gerrit0 commented Dec 5, 2024

Search terms

@include, @includeCode single entry point

Expected 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

/**
 * {@includeCode ./bug.ts}
 * @module
 */
export const bug = true;
typedoc bug.ts

Environment

  • Typedoc version: 0.27.2
@Gerrit0 Gerrit0 added the bug Functionality does not match expectation label Dec 5, 2024
@Gerrit0 Gerrit0 closed this as completed in 344d4bf Dec 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Functionality does not match expectation
Projects
None yet
Development

No branches or pull requests

1 participant