View Source mix gen.doc_json.section (Telegex v1.8.0)

Summary

Types

@type t() :: %Mix.Tasks.Gen.DocJson.Section{
  comment: atom() | nil,
  node_beginning: [{:enforce, true}] | nil,
  node_end: integer() | nil,
  title: String.t()
}