lib/phoenix_debug_bar.ex
defmodule PhoenixDebugBar do
@moduledoc """
Documentation for `PhoenixDebugBar`.
"""
@doc """
Hello world.
## Examples
iex> PhoenixDebugBar.hello()
:world
"""
def hello do
:world
end
end
defmodule PhoenixDebugBar do
@moduledoc """
Documentation for `PhoenixDebugBar`.
"""
@doc """
Hello world.
## Examples
iex> PhoenixDebugBar.hello()
:world
"""
def hello do
:world
end
end