A source-code slice.
Summary
Types
@type t() :: %Pi.Docs.Source{ end_line: pos_integer(), module: module() | nil, source: String.t() | nil, start_line: pos_integer(), subject: String.t(), text: String.t() }
A source-code slice.
@type t() :: %Pi.Docs.Source{ end_line: pos_integer(), module: module() | nil, source: String.t() | nil, start_line: pos_integer(), subject: String.t(), text: String.t() }