API Reference
Structs
struct SymbolLink
A package-indexed declaration target used to resolve code spans in comments.
Functions
func symbol_href(reference: &String, module: &String, owner: &String, current_page: &String, symbols: &[SymbolLink]) -> String?
Resolves one source-spelled symbol reference to its documentation URL.
func render_documentation(documentation: &[String], heading_offset: Int, module: &String, owner: &String, current_page: &String, symbols: &[SymbolLink]) -> String
Parses documentation Markdown, autolinks resolvable code spans, and renders HTML.