lodox
provider
do/1
(state)Generate documentation for each application in the project.
See: [[lodox-html-writer:write-docs/1]]
format_error/1
(reason)When an exception is raised or a value returned as
#(error #((MODULE) reason), (format_error reason) will be called
so a string can be formatted explaining the issue.
get-lodox-opts/2
(name rebar-opts (when (is_binary name)))
(app rebar-opts (when (is_atom app)))Parse rebar.config for Lodox options.
If name is a binary, convert it to an atom first.
maybe-default/3
(key value opts)Prepend `#(,key ,value) to opts iff key is not already defined.