alive
Umwelt

Umwelt

Root of Umwelt


calls

concepts
Files ()

Finds elixir files recursive from dir

Parser ()

Extracts metadata from AST


lib/umwelt.ex
defmodule Umwelt do @moduledoc "Root of Umwelt" @moduledoc since: "1.0.0" end

defmodule Umwelt do
  @moduledoc "Root of Umwelt"
  @moduledoc since: "1.0.0"
end


test/umwelt_test.exs
defmodule Umwelt do @moduledoc "Root of Umwelt" @moduledoc since: "1.0.0" end

defmodule Umwelt do
  @moduledoc "Root of Umwelt"
  @moduledoc since: "1.0.0"
end