File: common_nesting_prefix.ex

package info (click to toggle)
elixir-ex-doc 0.35.1%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,784 kB
  • sloc: javascript: 2,848; makefile: 15; xml: 12; sh: 5
file content (15 lines) | stat: -rw-r--r-- 275 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
defmodule Common.Nesting.Prefix.B.A do
  @moduledoc "moduledoc"
end

defmodule Common.Nesting.Prefix.B.B.A do
  @moduledoc "moduledoc"
end

defmodule Common.Nesting.Prefix.B.C do
  @moduledoc "moduledoc"
end

defmodule Common.Nesting.Prefix.C do
  @moduledoc "moduledoc"
end