View Source ExDoc.TypeNode (ExDoc v0.29.1)
Structure that represents an individual type.
Link to this section Summary
Link to this section Types
@type t() :: %ExDoc.TypeNode{ annotations: [annotation()], arity: non_neg_integer(), deprecated: nil, doc: ExDoc.DocAST.t() | nil, doc_line: non_neg_integer(), id: String.t(), name: atom(), rendered_doc: String.t() | nil, signature: String.t(), source_path: String.t(), source_url: String.t() | nil, spec: ExDoc.Language.spec_ast(), type: atom() }