Current section

Files

Jump to
phx_formatter lib phx_formatter.ex
Raw

lib/phx_formatter.ex

defmodule PhxFormatter do
@moduledoc """
Documentation for `PhxFormatter`.
"""
@doc """
Hello world.
## Examples
iex> PhxFormatter.hello()
:world
"""
def hello do
:world
end
end