- render_header() returns "" when a header has no documented content
(no /** */ comments on any class, property, function, enum, or delegate)
- generate.py skips writing those files and tracks which were written
- type-index.txt is filtered to only include types from written files,
preventing dead entries that would cause get_class_overview to fail
- Summary line now reports how many files were skipped
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>