Covfefe v0.0.1 ExDoc.Config View Source

Configuration structure that holds all the available options for ExDoc

You can find more details about these options in the ExDoc.CLI module.

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %ExDoc.Config{assets: nil | String.t, canonical: nil | String.t, deps: [{ebin_path :: String.t, doc_url :: String.t}], extra_section: nil | String.t, extras: list, filter_prefix: nil | String.t, formatter: nil | String.t, formatter_opts: Keyword.t, homepage_url: nil | String.t, language: String.t, logo: nil | Path.t, main: nil | String.t, output: nil | Path.t, project: nil | String.t, retriever: :atom, source_beam: nil | String.t, source_ref: nil | String.t, source_root: nil | String.t, source_url: nil | String.t, source_url_pattern: nil | String.t, title: nil | String.t, version: nil | String.t}

Link to this section Functions

Link to this function default(field) View Source
default(atom) :: term