A single documented module/function/macro entry.
Summary
Types
@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() }