pub fn source<'ast, 'gcx>(
ast: &'ast SourceUnit<'ast>,
file: &Arc<SourceFile>,
_sm: &SourceMap,
rel_sol_path: &Path,
abs_sol_path: &Path,
_root: &Path,
gcx: Gcx<'gcx>,
name_to_page: &NameToPage,
git_url: Option<&str>,
deployments: &HashMap<String, Vec<Deployment>>,
) -> Vec<(PathBuf, String)>Expand description
Render a single Solidity source file as a list of (relative_output_path, mdx_content) pairs.