| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-01-31 | rustdoc: Note why `rustdoc::html::markdown` is public | Camelid | -0/+1 | |
| Almost all of the modules are crate-private, except for `rustdoc::json::types`, which I believe is intended to be for public use; and `rustdoc::html::markdown`, which is used externally by the error-index generator and so has to be public. | ||||
| 2020-11-15 | Make `markdown` module public for doc-tests | Joshua Nelson | -1/+1 | |
| 2020-11-15 | Make all rustdoc functions and structs crate-private | Joshua Nelson | -2/+2 | |
| This gives warnings about dead code. | ||||
| 2020-07-27 | Extract `Cache` and other types from `html` module | Joseph Ryan | -0/+9 | |
