add exdoc

This commit is contained in:
wires 2025-02-26 11:45:04 -05:00
parent 3ab3c94411
commit 5e24400ecb
Signed by: wires
SSH key fingerprint: SHA256:9GtP+M3O2IivPDlw1UY872UPUuJH2gI0yG6ExBxaaiM
2 changed files with 4 additions and 6 deletions

1
.gitignore vendored
View file

@ -18,3 +18,4 @@ logs
*.iml
rebar3.crashdump
*~
doc

View file

@ -1,6 +1,3 @@
{erl_opts, [debug_info]}
.
{deps, []}
.
{erl_opts, [debug_info]}.
{project_plugins, [rebar3_ex_doc]}.
{deps, []}.