View Source ExDoc.FunctionNode (ExDoc v0.28.2)
Structure that represents an individual function.
Link to this section Summary
Link to this section Types
Specs
t() :: %ExDoc.FunctionNode{
annotations: list(),
arity: non_neg_integer(),
audit_log: boolean(),
defaults: non_neg_integer(),
deprecated: nil | String.t(),
doc: term(),
doc_line: non_neg_integer(),
events: [],
group: nil | String.t(),
id: nil | String.t(),
method: nil | String.t(),
name: nil | String.t(),
permissions: list(),
rendered_doc: nil | String.t(),
route: nil | String.t(),
signature: nil | String.t(),
source_path: nil | String.t(),
source_url: nil | String.t(),
specs: list(),
type: nil | String.t()
}