View Source Recode.Task.Moduledoc (Recode v0.7.2)

Any module should contain a @moudledoc 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.