diff options
Diffstat (limited to 'src/rebar_edoc.erl')
-rw-r--r-- | src/rebar_edoc.erl | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/rebar_edoc.erl b/src/rebar_edoc.erl index 8a0b7a5..8eda04d 100644 --- a/src/rebar_edoc.erl +++ b/src/rebar_edoc.erl @@ -27,10 +27,12 @@ %% @author Dave Smith <dizzyd@dizzyd.com> %% @doc rebar_edoc supports the following command: %% <ul> -%% <li>doc (essentially erl -noshell -run edoc_run application "'$(<app_name>)'" +%% <li>doc (essentially erl -noshell -run edoc_run application +%% "'$(<app_name>)'" %% '"."' '[<options>]')</li> %% </ul> -%% EDoc options can be given in the <code>edoc_opts</code> option in <code>rebar.config</code>. +%% EDoc options can be given in the <code>edoc_opts</code> option in +%% <code>rebar.config</code>. %% @copyright 2010 Dave Smith %% ------------------------------------------------------------------- -module(rebar_edoc). |