Skip to content

fix: add options to circumvent object auto excludes#129

Merged
rich-iannone merged 5 commits intomainfrom
fix-work-around-auto-excludes
Apr 21, 2026
Merged

fix: add options to circumvent object auto excludes#129
rich-iannone merged 5 commits intomainfrom
fix-work-around-auto-excludes

Conversation

@rich-iannone
Copy link
Copy Markdown
Member

This PR adds new configuration options to provide fine-grained control over the automatic exclusion of common internal names (like main, config, logger, etc.) from API documentation generation. Two new options, auto_include and no_auto_exclude, allow users to force-include specific names or bypass the built-in auto-exclude filter entirely. The implementation is covered by new tests, GDG sites, and documentation.

Fixes: #125

@rich-iannone rich-iannone merged commit ab8b371 into main Apr 21, 2026
7 checks passed
@rich-iannone rich-iannone deleted the fix-work-around-auto-excludes branch April 21, 2026 16:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Allow to configue AUTO excludes, or provide forced includes

1 participant