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

Link to this section Summary

Link to this section Types

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