Comment information.
Fields
:text- Comment text:kind- Comment kind (e.g. "line", "block"):span- Source span
Summary
Types
@type t() :: %Kreuzberg.CodeCommentInfo{ kind: String.t(), span: Kreuzberg.CodeSpan.t(), text: String.t() }
Comment information.
:text - Comment text:kind - Comment kind (e.g. "line", "block"):span - Source span@type t() :: %Kreuzberg.CodeCommentInfo{ kind: String.t(), span: Kreuzberg.CodeSpan.t(), text: String.t() }