Skip to content
/ edocset Public
forked from mtgto/edocset

Erlang doclet module for generating a Dash docset from Edoc.

License

Notifications You must be signed in to change notification settings

Quviq/edocset

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Erlang doclet module for generating a Dash docset from Edoc.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Erlang 100.0%