This repository was archived by the owner on May 20, 2020. It is now read-only.
Finish docs on existing rustdoc #124
Closed
Description
I'm filing this issue here rather than on rust-lang/rust because it's more relevant to people on this repo, but https://github.com/rust-lang/rust/tree/master/src/doc/rustdoc is the docs for the old rustdoc, and we should fill it out so that we can determine if we're compatible with the older rustdoc, and how much.
Filling these out is important:
- What is rustdoc?
- Command-line arguments
- In-source directives
- Documentation tests
- Plugins
- Passes
Marking this as "easy" because it mostly requires reading code, not writing it. I'm happy to elaborate a bit more about the details here if needed!