Current section
Files
Jump to
Current section
Files
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