Covfefe v0.0.1 ExDoc.Formatter.HTML View Source

Generate HTML documentation for Elixir projects

Link to this section Summary

Functions

Builds extra nodes by normalizing the config entries

Generates the logo from config into the given directory and adjusts the logo config key

Convert the input file name into a title_to_filename/1

Generate HTML documentation for the given modules

Creates an ID from a given title

Link to this section Functions

Link to this function build_extras(project_nodes, config, extension) View Source

Builds extra nodes by normalizing the config entries.

Link to this function filter_list(type, nodes) View Source

Generates the logo from config into the given directory and adjusts the logo config key.

Convert the input file name into a title_to_filename/1

Link to this function run(project_nodes, config) View Source
run(list, ExDoc.Config.t) :: String.t

Generate HTML documentation for the given modules

Creates an ID from a given title

Link to this function valid_extension_name?(input) View Source