APIDoc v0.1.3 APIDoc.Doc.Param View Source

Link to this section Summary

Link to this section Types

Link to this type

t() View Source
t() :: %APIDoc.Doc.Param{
  description: String.t(),
  example: any(),
  line: pos_integer(),
  name: String.t(),
  required: boolean(),
  schema: map(),
  type: type()
}

Link to this type

type() View Source
type() :: :path | :query