Docs.rs
  • deno_doc-0.92.0
    • deno_doc 0.92.0
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • dsherret
    • bartlomieju
    • denobot
    • Dependencies
      • anyhow ^1.0.58 normal
      • cfg-if ^1.0.0 normal
      • comrak ^0.20.0 normal
      • deno_ast ^1.0.0 normal
      • deno_graph ^0.63.2 normal
      • futures ^0.3.26 normal
      • handlebars ^5.0 normal
      • html-escape ^0.2.13 normal
      • import_map ^0.18.0 normal
      • indexmap ^2.0.2 normal
      • lazy_static ^1.4.0 normal
      • regex ^1.6.0 normal
      • serde ^1.0.140 normal
      • serde_json ^1.0.82 normal
      • termcolor ^1.1.2 normal
      • tree-sitter-css ^0.20.0 normal
      • tree-sitter-highlight ^0.20.1 normal
      • tree-sitter-javascript ^0.20.1 normal
      • tree-sitter-json ^0.20.1 normal
      • tree-sitter-md ^0.1.7 normal
      • tree-sitter-regex ^0.20.0 normal
      • tree-sitter-rust ^0.20.4 normal
      • tree-sitter-toml ^0.20.0 normal
      • tree-sitter-typescript ^0.20.3 normal
      • anyhow ^1.0.58 dev
      • clap ^2.33.3 dev
      • criterion ^0.4.0 dev
      • pretty_assertions ^1.0.0 dev
      • tokio ^1.25.0 dev
    • Versions
    • 3.7% of the crate is documented
  • Go to latest version
  • Platform
    • i686-unknown-linux-gnu
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

deno_doc0.92.0

Module html

  • Re-exports
  • Modules
  • Structs
  • Enums
  • Constants
  • Traits
  • Functions

In crate deno_doc

?
Change settings

Module deno_doc::html

source ·

Re-exports

  • pub use pages::generate_symbol_pages_for_module;

Modules

  • namespace
  • pages
  • sidepanels

Structs

  • DocNodeKindCtx
  • DocNodeWithContext
  • GenerateCtx
  • GenerateOptions
  • ModuleDocCtx
  • NamespacedGlobalSymbols
  • RenderContext
  • SymbolContentCtx
  • SymbolGroupCtx
  • TreeSitterHighlighter

Enums

  • UrlResolveKind
    Different current and target locations

Constants

  • PAGE_STYLESHEET
  • PAGE_STYLESHEET_FILENAME
  • STYLESHEET
  • STYLESHEET_FILENAME
  • TREE_SITTER_HIGHLIGHTER_CAPTURE_NAMES
    The capture names to configure on the highlighter. If this is not configured correctly, the highlighter will not work.

Traits

  • HrefResolver
    A trait used to define various functions used to resolve urls.

Functions

  • compute_namespaced_symbols
  • find_common_ancestor
  • generate
  • generate_search_index
  • get_partitions_for_file
  • get_partitions_for_main_entrypoint
  • partition_nodes_by_name
  • setup_hbs
  • setup_tree_sitter
  • tree_sitter_language_cb