Function deno_doc::html::pages::render_symbol_page

source ·
pub fn render_symbol_page(
    ctx: &GenerateCtx<'_>,
    doc_nodes_for_module: &[DocNodeWithContext],
    short_path: &ShortPath,
    namespace_paths: &[&str],
    namespaced_name: &str,
    doc_nodes: &[DocNodeWithContext]
) -> (BreadcrumbsCtx, SymbolGroupCtx)