Skip to content

Ignore tag does not work on first three exports #2964

Closed
@Zyie

Description

@Zyie

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

Image

Steps to reproduce the bug

Environment

  • Typedoc version: 0.28.4
  • TypeScript version: 5.3.3
  • Node.js version: 20.19.1
  • OS: macOS 15.5

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