ex_doc v0.20.0 ExDoc.ModuleNode View Source
Structure that represents a module.
Link to this section Summary
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %ExDoc.ModuleNode{
deprecated: nil | String.t(),
doc: nil | String.t(),
doc_line: non_neg_integer(),
docs: list(),
function_groups: [String.t()],
group: nil | String.t(),
id: nil | String.t(),
module: nil | String.t(),
nested_context: nil | String.t(),
nested_title: nil | String.t(),
rendered_doc: nil | String.t(),
source_path: nil | String.t(),
source_url: nil | String.t(),
title: nil | String.t(),
type: nil | :module | :exception | :protocol | :impl | :behaviour | :task,
typespecs: list()
}
t() :: %ExDoc.ModuleNode{ deprecated: nil | String.t(), doc: nil | String.t(), doc_line: non_neg_integer(), docs: list(), function_groups: [String.t()], group: nil | String.t(), id: nil | String.t(), module: nil | String.t(), nested_context: nil | String.t(), nested_title: nil | String.t(), rendered_doc: nil | String.t(), source_path: nil | String.t(), source_url: nil | String.t(), title: nil | String.t(), type: nil | :module | :exception | :protocol | :impl | :behaviour | :task, typespecs: list() }