Function rhai_autodocs::generate_for_mdbook

source ·
pub fn generate_for_mdbook(
    module: &ModuleDocumentation
) -> Result<HashMap<String, String>, RenderError>
Expand description

Generate documentation for the mdbook markdown processor.

Returns a hashmap with the name of the module as the key and its raw documentation as the value.