Documentation/Audit

Broken @sourceFile paths

No broken source-file references.

Source path case mismatches

No case mismatches.

Unresolved {@link ...} targets

All internal JSDoc links resolved.

Unknown JSDoc tags

No unknown tags.

Large inline examples

Inline @example blocks over 30 lines. These may be candidates for @sourceFile.

Legacy enum markup

Simple constant maps still using an empty @default as a legacy template switch. They already render as enums, but can be migrated to @enum.

No legacy enum markup.

Orphan JSDoc blocks

JSDoc blocks that are not standalone modules/types/callbacks and are not followed by a declaration.