Pi.Docs.Entry (pi_bridge v0.6.22)

Copy Markdown View Source

A single documented module/function/macro entry.

Summary

Types

t()

@type t() :: %Pi.Docs.Entry{
  arity: non_neg_integer() | nil,
  doc: String.t(),
  kind: atom(),
  line: pos_integer() | nil,
  module: module(),
  name: atom(),
  signature: String.t() | nil,
  source: String.t() | nil,
  summary: String.t()
}