Mix.Task.moduledoc
You're seeing just the function
moduledoc
, go back to Mix.Task module for more information.
Specs
moduledoc(task_module()) :: String.t() | nil | false
Gets the moduledoc for the given task module
.
Returns the moduledoc or nil
.