Missing documentation for functions #2021
Unanswered
domokopter
asked this question in
Q&A
Replies: 1 comment 1 reply
-
That comes from licensing differences between the C code and the Rust bindings. The CI embeds the docs in the rust code before generating them. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I check the source, I see documentation for e.g.
present
. However, in my local installation, no documentation appears for any functions—not justpresent
.I added the
gtk4
crate withcargo add gtk4 --rename gtk --features v4_18
, as per the Hello World guide here.Can anyone explain why this is happening? Thanks for your help! :)
Here's the function from the source:
and this is what I see in my local
~/.cargo/...
Beta Was this translation helpful? Give feedback.
All reactions