lib/ueberauth_dropbox.ex
defmodule UeberauthDropbox do
@moduledoc """
Documentation for UeberauthDropbox.
"""
@doc """
Hello world.
## Examples
iex> UeberauthDropbox.hello
:world
"""
def hello do
:world
end
end
defmodule UeberauthDropbox do
@moduledoc """
Documentation for UeberauthDropbox.
"""
@doc """
Hello world.
## Examples
iex> UeberauthDropbox.hello
:world
"""
def hello do
:world
end
end