hex_tarball.create_docs
You're seeing just the function
create_docs
, go back to hex_tarball module for more information.
Specs
create_docs(files()) -> {ok, tarball()}.
Specs
create_docs(files(), hex_core:config()) -> {ok, tarball()} | {error, term()}.
Creates a docs tarball.
Examples:
> Files = [{"doc/index.html", <<"Docs">>}],
> hex_tarball:create_docs(Files).
{ok, <<86,69,...>>}