ex_doc v0.19.1 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() :: %ExDoc.ModuleNode{
  deprecated: nil | String.t(),
  doc: nil | String.t(),
  doc_line: non_neg_integer(),
  docs: list(),
  group: nil | String.t(),
  id: nil | String.t(),
  module: 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()
}