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