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