Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 696 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 696 Bytes

edocset

Erlang doclet module for generating a Dash docset from Edoc.

Usage

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.

Demo

Here is an example of viewing cowboy API doc.

Watch demo video in YouTube by clicking below image.

Demo video