gleamoire/render

Functions

pub fn document_item(
  name: String,
  module_name: String,
  module_interface: Module,
  package_interface: Package,
  print_mode: PrintMode,
) -> Result(String, Error)
pub fn document_module(
  module_name: String,
  module_interface: Module,
  package_interface: Package,
) -> String

Generate documentation for a module Include available submodules, types and values in addition to the documentation field This is supposed to show as much information as the module page in the html docs

Search Document