Module rustdoc::passes

source ·
Expand description

Contains information about “passes”, used to modify crate information during the documentation process.

Modules§

Structs§

  • In a list of passes, a pass that may or may not need to be run depending on options.
  • Pass 🔒
    A single pass over the cleaned documentation.

Enums§

  • Condition 🔒
    How to decide whether to run a conditional pass.

Constants§

  • The list of default passes run when --doc-coverage is passed to rustdoc.
  • The list of passes run by default.
  • PASSES 🔒
    The full list of passes.

Functions§

  • defaults 🔒
    Returns the given default set of passes.