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;
Environment