-
-
Notifications
You must be signed in to change notification settings - Fork 25
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
Missing documentation #55
Comments
Hi, documentation for older versions of my rust bindings can be found on docs.rs, however docs.rs support is currently broken for newer versions. I presume that is what the problem is here. As for why it's broken, it's due to a conflict between a docs.rs related hack around a long standing rust compiler issue, and a change made to the |
Ahh, thanks. Wasn't sure you were aware that the docs being dropped was happening but it's clear you are. Sorry for the noise, I'll close the issue. |
Update: I found an easy solution to fix the problem and so I'm happy to say that docs.rs is working again. :) |
Oh nice work! This crate will be much more ergonomic for people new to pulseaudio (like me!). Thank-you. |
As a new user pulse audio I've been going through the documentation over on the freedesktop site but it's really helpful to see the more Rusty comments and I notice that this crate doesn't have a link to the documents on docs.rs.
This is a shame because the all the necessary doc comments are there they just don't seem to be recognised when doing a cargo publish. I don't know why this is the case, maybe because many of the files begin with /// comments and not //!, but that's just my guess.
I just fried running
cargo doc --open
on my cloned repo. It runs fine, so I've no idea whycargo publish
doesn't do this.The text was updated successfully, but these errors were encountered: