Function move_stdlib::build_doc
source · pub fn build_doc(
output_path: &str,
doc_path: &str,
templates: Vec<String>,
references_file: Option<String>,
sources: &[String],
dep_paths: Vec<String>,
with_diagram: bool,
named_addresses: BTreeMap<String, AddressBytes>
)