ExDoc.ModuleNode (ex_doc v0.25.3) View Source

Structure that represents a module.

Link to this section Summary

Link to this section Types

Specs

t() :: %ExDoc.ModuleNode{
  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()
}