Talk about moduledocs
Closed this issue · 0 comments
gabrielpra1 commented
The rule should be that all modules that are public (not called only in their own context) should have a @moduledoc
that isn't false
and all modules that are private should have @moduledoc false
(as suggested in https://hexdocs.pm/elixir/writing-documentation.html#hiding-internal-modules-and-functions)