Skip to content
This repository has been archived by the owner on Sep 9, 2023. It is now read-only.

Commit

Permalink
Update edoc_opts
Browse files Browse the repository at this point in the history
  • Loading branch information
norton committed Oct 16, 2011
1 parent 256de0f commit f609395
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion rebar.config
Expand Up @@ -16,12 +16,16 @@
%% Erlang edoc options for asciiedown_doclet
{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/norton/asciiedoc"}}
]}.

%% Erlang edoc options for asciiedoc_doclet
%% {edoc_opts, [{doclet, asciiedoc_doclet}
%% , {app_default,"http://www.erlang.org/doc/man"}
%% , {app_default, "http://www.erlang.org/doc/man"}
%% , {new, true}
%% , {packages, false}
%% ]}.

0 comments on commit f609395

Please sign in to comment.