Current section
Files
Jump to
Current section
Files
lib/swagger_ecto.ex
defmodule SwaggerEcto do
@moduledoc """
Documentation for SwaggerEcto.
"""
@doc """
Hello world.
## Examples
iex> SwaggerEcto.hello()
:world
"""
def hello do
:world
end
end