## 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 ```ts /** * {@includeCode ./bug.ts} * @module */ export const bug = true; ``` ```bash typedoc bug.ts ``` ## Environment - Typedoc version: 0.27.2