Function rustdoc::formats::renderer::run_format

source ยท
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.