Covfefe v0.0.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{doc: nil | String.t, doc_line: non_neg_integer, docs: list, 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}