Function rustdoc::acquire_input[][src]

fn acquire_input<R, F>(
    input: PathBuf,
    externs: Externs,
    edition: Edition,
    cg: CodegenOptions,
    matches: &Matches,
    error_format: ErrorOutputType,
    f: F
) -> Result<R, String> where
    R: 'static + Send,
    F: 'static + Send + FnOnce(Output) -> R, 

Looks inside the command line arguments to extract the relevant input format and files and then generates the necessary rustdoc output for formatting.