Skip to content

Commit

Permalink
@moduledoc false on translations and fields modules. Closes #9
Browse files Browse the repository at this point in the history
  • Loading branch information
kipcole9 committed Mar 5, 2024
1 parent 08d1e60 commit 8257bbc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/cldr_trans.ex
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ defmodule Cldr.Trans do

quote location: :keep, bind_quoted: [module: module, backend: backend] do
defmodule Trans do
@moduledoc false

defmacro __using__(opts) do
module = unquote(module)
backend = unquote(backend)
Expand Down Expand Up @@ -219,6 +221,8 @@ defmodule Cldr.Trans do

quote do
defmodule Module.concat(__MODULE__, unquote(translation_module).Fields) do
@moduledoc false

use Ecto.Schema
import Ecto.Changeset

Expand Down

0 comments on commit 8257bbc

Please sign in to comment.