- 1. What is rustdoc?
- 2. Command-line arguments
- 3. How to read rustdoc output
- 3.1. In-doc settings
- 3.2. Search
- 4. How to write documentation
- 4.1. What to include (and exclude)
- 4.2. The #[doc] attribute
- 4.3. Re-exports
- 4.4. Linking to items by name
- 4.5. Documentation tests
- 5. Rustdoc-specific lints
- 6. Scraped examples
- 7. Advanced features
- 8. Unstable features
- 9. Deprecated features
- 10. References