View Source
Swagdox.Config
(swagdox v0.1.1)
Configuration for the Swagdox library.
Types
@type t() :: %Swagdox.Config{
description: term(),
format: term(),
openapi_version: term(),
output: term(),
router: term(),
servers: term(),
title: term(),
version: term()
}