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