View Source Swagdox.Config (swagdox v0.2.0)

Configuration for the Swagdox library.

Summary

Types

@type t() :: %Swagdox.Config{
  description: term(),
  format: term(),
  openapi_version: term(),
  output: term(),
  router: term(),
  servers: term(),
  title: term(),
  version: term()
}

Functions

@spec new(map() | keyword()) :: t()