mirror of
https://github.com/correl/rebar.git
synced 2024-11-14 19:19:30 +00:00
Add edoc module to .app file
This commit is contained in:
parent
a88d70c627
commit
91fe9d14a4
1 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,7 @@
|
|||
rebar_deps,
|
||||
rebar_dialyzer,
|
||||
rebar_asn1_compiler,
|
||||
rebar_edoc,
|
||||
rebar_erlc_compiler,
|
||||
rebar_escripter,
|
||||
rebar_eunit,
|
||||
|
@ -65,6 +66,7 @@
|
|||
rebar_eunit,
|
||||
rebar_dialyzer,
|
||||
rebar_escripter,
|
||||
rebar_edoc,
|
||||
rebar_xref
|
||||
]},
|
||||
|
||||
|
|
Loading…
Reference in a new issue