Open ahayzen-kdab opened 2 years ago
cxx-qt-lib
has many to fix :-)
error: could not compile `cxx-qt-lib` (lib) due to 324 previous errors
Suggestion for cxx-qt-lib:
On every type, we add a link to the corresponding Qt documentation.
Then we add #[allow(missing_docs)]
on all methods that are a 1:1 wrap of a Qt API that doesn't need further comment.
Anything that is different from Qt API, we add a doc comment on.
Try to enable #![deny(missing_docs)] in all crates and ensure any ```ignore are removed from code blocks so we have real code blocks
mdbook-keeper
https://github.com/rust-lang/mdBook/issues/706 so maybe not worth it as these are mostly included from real exampleshttps://doc.rust-lang.org/rustdoc/lints.html#missing_docs