ebkalderon / renderdoc-rs

RenderDoc application bindings for Rust
Apache License 2.0
45 stars 6 forks source link

Write more documentation #48

Closed ebkalderon closed 4 years ago

ebkalderon commented 5 years ago

At the time of writing, many methods lack documentation and are instead annotated with #[allow(missing_docs)]. These annotations should be replaced with actual doc comments containing explanations and inline doc tests.

Some modules, most notably the top-level lib.rs, might also benefit from an additional section in the existing docs with example code demonstrating proper usage of the API.

ebkalderon commented 4 years ago

Fixed in #81.