rust/src/librustdoc/html/render
Alona Enraght-Moony 3b789565a1 rustdoc: Document markdown module.
Rustdoc markdown handling is currently split between:

- html::markdown, which contains all the meaty login
- markdown, which is only used for when rustdoc renders a standalone
  markdown file

Adds module-level doc-comment to markdown, and rename the function so
it's clear that it's doing IO (instead of just rendering to a string).
2024-10-19 13:37:40 +00:00
..
ordered_json rename sortedjson -> orderedjson 2024-08-07 18:48:03 +00:00
search_index Remove direct dependencies on lazy_static, once_cell and byteorder 2024-04-28 14:35:00 +01:00
sorted_template rename sortedjson -> orderedjson 2024-08-07 18:48:03 +00:00
write_shared rfc#3662 changes under unstable flags 2024-09-07 18:59:01 -04:00
context.rs Handle librustdoc cases of rustc::potential_query_instability lint 2024-10-06 10:39:03 +03:00
mod.rs Handle librustdoc cases of rustc::potential_query_instability lint 2024-10-06 10:39:03 +03:00
ordered_json.rs fix typos, more Self 2024-08-08 16:50:16 +00:00
print_item.rs rustdoc: Rename "object safe" to "dyn compatible" 2024-10-16 15:53:49 +02:00
search_index.rs Handle librustdoc cases of rustc::potential_query_instability lint 2024-10-06 10:39:03 +03:00
sidebar.rs rustdoc: Rename "object safe" to "dyn compatible" 2024-10-16 15:53:49 +02:00
sorted_template.rs fix typos, more Self 2024-08-08 16:50:16 +00:00
span_map.rs Handle librustdoc cases of rustc::potential_query_instability lint 2024-10-06 10:39:03 +03:00
tests.rs move sorted_template and sorted_json tests 2024-08-07 18:37:44 +00:00
type_layout.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
write_shared.rs rustdoc: Document markdown module. 2024-10-19 13:37:40 +00:00