diff --git a/lib/test.ex b/lib/test.ex index d0c8c5b..61f44c5 100644 --- a/lib/test.ex +++ b/lib/test.ex @@ -1,10 +1,12 @@ defmodule Test do + @some_attribute 42 + @moduledoc """ Documentation for `Test`. """ @doc """ - Hello world. + Hello world. #{@some_attribute} ## Examples