From c6ba75cb86d3cef475dec77fef3640dc3eaacd51 Mon Sep 17 00:00:00 2001 From: "Yestin L. Harrison" Date: Thu, 16 Dec 2021 08:43:44 -0800 Subject: [PATCH] rebar.config: make edoc preprocess otherwise, edoc errored out on `-spec line_length() -> 0..?LINE_LENGTH.` and friends --- rebar.config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rebar.config b/rebar.config index 6f41233..f26e1de 100644 --- a/rebar.config +++ b/rebar.config @@ -15,6 +15,8 @@ {platform_define, "^2", unicode_str} ]}. +{edoc_opts, [preprocess]}. + {dialyzer, [ {warnings, [no_return, no_undefined_callbacks, no_unused]},