diff options
author | Daniel NĂ©ri <dne@mayonnaise.net> | 2010-11-14 02:47:18 +0100 |
---|---|---|
committer | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2010-11-14 13:35:14 +0100 |
commit | 72cdcd9573759804f8ae962f959b777fec972e86 (patch) | |
tree | 82c54a907e3ebd87ba87b6eed05dfc9fc94a6016 /src | |
parent | 6785c16f0244e27d696a61b108278b335650f2f4 (diff) |
Remove mention of "clean" command from rebar_edoc
Diffstat (limited to 'src')
-rw-r--r-- | src/rebar_edoc.erl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rebar_edoc.erl b/src/rebar_edoc.erl index 704d0d6..dd7e779 100644 --- a/src/rebar_edoc.erl +++ b/src/rebar_edoc.erl @@ -29,7 +29,6 @@ %% <ul> %% <li>doc (essentially erl -noshell -run edoc_run application "'$(<app_name>)'" %% '"."' '[<options>]')</li> -%% <li>clean</li> %% </ul> %% EDoc options can be given in the <code>edoc_opts</code> option in <code>rebar.config</code>. %% @copyright 2010 Dave Smith |