Recode.Task.Moduledoc (Recode v0.8.0)
View SourceAny module should contain a @moduledoc attribute.
For a public module, comprehensive documentation should be available. The module documentation helps the user of your package, contributors, and your future self understand what the module is for.
For private modules, it is also okay to set @moduled false. Modules marked
in this way are not displayed in the documentation.
Options
ignore_names- accepts a regex or a list of regexes to recognize modules that this task ignores.