Skip to content

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

@Gerrit0

Description

@Gerrit0

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions