Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: document event by combining attributes and reflection #15

Merged
merged 7 commits into from
Jan 29, 2024

Conversation

Ferror
Copy link
Owner

@Ferror Ferror commented Jan 28, 2024

Quite a lot of changes, also BC brakes - yet we finalise the ability to combine many documentation strategies. Currently, we have only two of them: attributes and reflection.

The Reflection Strategy has higher priority because it fetches the least amount of data. Ideally, we should be able to make decisions based on class whether to even run this strategy when Properties exists.

@Ferror Ferror force-pushed the many-strategy-bug branch 2 times, most recently from d524a7f to 5e84563 Compare January 29, 2024 18:43
@Ferror Ferror marked this pull request as ready for review January 29, 2024 19:43
@Ferror Ferror changed the title bug: Documentation Strategy feat: document event by combining attributes and reflection Jan 29, 2024
@Ferror Ferror merged commit e03f248 into master Jan 29, 2024
11 checks passed
@Ferror Ferror deleted the many-strategy-bug branch January 29, 2024 19:46
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