ex_doc v0.20.0 ExDoc.TypeNode View Source
Structure that represents an individual type.
Link to this section Summary
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %ExDoc.TypeNode{
annotations: list(),
arity: non_neg_integer(),
deprecated: nil | String.t(),
doc: nil | String.t(),
doc_line: non_neg_integer(),
id: nil | String.t(),
name: nil | String.t(),
rendered_doc: nil | String.t(),
signature: nil | String.t(),
source_path: nil | String.t(),
source_url: nil | String.t(),
spec: nil | String.t(),
type: nil | String.t()
}
t() :: %ExDoc.TypeNode{ annotations: list(), arity: non_neg_integer(), deprecated: nil | String.t(), doc: nil | String.t(), doc_line: non_neg_integer(), id: nil | String.t(), name: nil | String.t(), rendered_doc: nil | String.t(), signature: nil | String.t(), source_path: nil | String.t(), source_url: nil | String.t(), spec: nil | String.t(), type: nil | String.t() }