KDAB / cxx-qt

Safe interop between Rust and Qt
https://kdab.github.io/cxx-qt/book/
967 stars 67 forks source link

Try to enable deny(missing_docs) and fix any ignore code blocks in docs #21

Open ahayzen-kdab opened 2 years ago

ahayzen-kdab commented 2 years ago

Try to enable #![deny(missing_docs)] in all crates and ensure any ```ignore are removed from code blocks so we have real code blocks

https://doc.rust-lang.org/rustdoc/lints.html#missing_docs

ahayzen-kdab commented 4 months ago

cxx-qt-lib has many to fix :-)

error: could not compile `cxx-qt-lib` (lib) due to 324 previous errors