From 5e24400ecb0716e5a16876cf4e78640da20b3e90 Mon Sep 17 00:00:00 2001 From: wires Date: Wed, 26 Feb 2025 11:45:04 -0500 Subject: [PATCH] add exdoc --- .gitignore | 1 + rebar.config | 9 +++------ 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index df53f7d..0bbc1b8 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ logs *.iml rebar3.crashdump *~ +doc diff --git a/rebar.config b/rebar.config index 77b2475..3604eed 100644 --- a/rebar.config +++ b/rebar.config @@ -1,6 +1,3 @@ -{erl_opts, [debug_info]} - -. -{deps, []} - -. +{erl_opts, [debug_info]}. +{project_plugins, [rebar3_ex_doc]}. +{deps, []}.