Closed
Description
Hi, we recently moved to using typedoc for our project PixiJS and found a weird issue.
Expected Behavior
When placing an @ignore
tag on our exports we expected all the content to not show up in the documentation.
/** @ignore */
export { default as blendTemplateFrag } from './blend-modes/blend-template.frag';
/** @ignore */
export { default as blendTemplateVert } from './blend-modes/blend-template.vert';
/** @ignore */
export { default as blendTemplateWgsl } from './blend-modes/blend-template.wgsl';
/** @ignore */
export { default as hslWgsl } from './blend-modes/hsl.wgsl';
/** @ignore */
export { default as alphaFrag } from './defaults/alpha/alpha.frag';
Actual Behavior
When placing an @ignore
tag the first 3 items still appear in the documentation. This is still persistent even if the order of the exports are changed around
Steps to reproduce the bug
- https://github.com/pixijs/pixijs
- run
npm i
,npm run docs
- docs can be found in
.s3_uploads/docs
- The file with the ignore tags can be found here
Environment
- Typedoc version: 0.28.4
- TypeScript version: 5.3.3
- Node.js version: 20.19.1
- OS: macOS 15.5
Metadata
Metadata
Assignees
Labels
No labels