Erlang doclet module for generating a Dash docset from Edoc.
If you use rebar, you edit your rebar.config
like:
{edoc_opts, [
{doclet, edocset_doclet},
{xml_export, xmerl_xml}
]}.
{deps, [
{edocset, ".*", {git, "git://github.com/mtgto/edocset.git", {branch, "master"}}}
]}.
Then, you execute rebar doc
and XXXX.docset
is generated.
Here is an example of viewing cowboy API doc.
Watch demo video in YouTube by clicking below image.