Skip to content

fix(docgen): docgen no longer omits options not in the main file - #600

Merged
BirdeeHub merged 1 commit into
mainfrom
docfix
Aug 26, 2026
Merged

fix(docgen): docgen no longer omits options not in the main file#600
BirdeeHub merged 1 commit into
mainfrom
docfix

Conversation

@BirdeeHub

@BirdeeHub BirdeeHub commented Aug 26, 2026

Copy link
Copy Markdown
Owner

previously, the docgen would ignore any option declared in a file which was not one with the maintainers and description fields populated.

Now it should properly include the options for those other files, under the nearest importing module with maintainers or description fields populated.

This was the next step required before moving forward with exposing functionality for generating docs for standalone 3rd party modules, the final steps "being figuring out if it should become a lib function or a helper module when exposed to users", and "what the interface for that should be".

previously, the docgen would ignore any option declared in a file which
was not one with the maintainers and description fields populated.

Now it should properly include the options for those other files, under
the nearest importing module with maintainers or description fields
populated

This was the next step required before moving forward with exposing
functionality for generating docs for standalone 3rd party modules
@BirdeeHub
BirdeeHub merged commit 3663929 into main Aug 26, 2026
2 checks passed
@BirdeeHub
BirdeeHub deleted the docfix branch August 26, 2026 05:07
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.

1 participant