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

Fix missing documentation for overlapping typedefs #81

Merged
merged 1 commit into from
Feb 8, 2025

Conversation

jschwe
Copy link
Collaborator

@jschwe jschwe commented Feb 8, 2025

The documentation is associated with the typedef, which bindgen didn't generate due to name conflict with the type itself.
Patch was submitted upstream to fallback to the documentation of the type alias in such cases.

The documentation is associated with the typedef,
which bindgen didn't generate due to name conflict
with the type itself.
Patch was submitted upstream to fallback to the
documentation of the type alias in such cases.

Signed-off-by: Jonathan Schwender <schwenderjonathan@gmail.com>
@jschwe jschwe force-pushed the docs_overlapping_typedef_name branch from f318011 to ab78e95 Compare February 8, 2025 13:58
@jschwe jschwe merged commit 7e06086 into main Feb 8, 2025
28 checks passed
@jschwe jschwe deleted the docs_overlapping_typedef_name branch February 8, 2025 14:00
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