1
0
mirror of https://github.com/ubf/ubf.git synced 2026-04-18 18:55:51 +00:00
Files
ubf/rebar.config.doc
Joseph Wayne Norton 39468d05e2 Update docs
2013-03-26 12:41:39 +09:00

17 lines
711 B
Erlang

%%% -*- mode: erlang -*-
{edoc_opts, [{doclet, asciiedown_doclet}
, {app_default, "http://www.erlang.org/doc/man"}
, {new, true}
, {packages, false}
, {stylesheet, ""} % don't copy stylesheet.css
, {image, ""} % don't copy erlang.png
, {top_level_readme, {"./README.md", "https://github.com/ubf/ubf", "master"}}
]}.
{deps, [{meck, "", {git, "git://github.com/norton/meck.git"}}
, {edown, "", {git, "git://github.com/norton/edown.git"}}
, {asciiedoc, "", {git, "git://github.com/norton/asciiedoc.git"}}
, {pmod_transform, "", {git, "git://github.com/ubf/pmod_transform.git"}}
]}.