Module forc_doc::doc

source ·
Expand description

Handles conversion of compiled typed Sway programs into Documents that can be rendered into HTML.

Modules§

  • Handles the gathering of module information used in navigation and documentation of modules.

Structs§

  • A finalized Document ready to be rendered. We want to retain all information including spans, fields on structs, variants on enums etc.