run_format in rustdoc::formats::renderer - Rust (original) (raw)
Function run_format
pub(crate) fn run_format<'tcx, T: FormatRenderer<'tcx>>(
krate: Crate,
options: RenderOptions,
cache: Cache,
tcx: TyCtxt<'tcx>,
) -> Result<(), Error>
Expand description
Main method for rendering a crate.