View Source ExDoc.ModuleNode (ExDoc v0.28.2)
Structure that represents a module.
Link to this section Summary
Link to this section Types
Specs
t() :: %ExDoc.ModuleNode{
annotations: list(),
deprecated: nil | String.t(),
doc: term(),
doc_line: non_neg_integer(),
docs: list(),
function_groups: [String.t()],
group: nil | String.t(),
id: nil | String.t(),
language: module(),
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 | atom(),
typespecs: list()
}