add exdoc
This commit is contained in:
parent
3ab3c94411
commit
5e24400ecb
2 changed files with 4 additions and 6 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -18,3 +18,4 @@ logs
|
||||||
*.iml
|
*.iml
|
||||||
rebar3.crashdump
|
rebar3.crashdump
|
||||||
*~
|
*~
|
||||||
|
doc
|
||||||
|
|
|
@ -1,6 +1,3 @@
|
||||||
{erl_opts, [debug_info]}
|
{erl_opts, [debug_info]}.
|
||||||
|
{project_plugins, [rebar3_ex_doc]}.
|
||||||
.
|
{deps, []}.
|
||||||
{deps, []}
|
|
||||||
|
|
||||||
.
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue