From f9108d474e50a3d3b56f703b507f01d39d83b5a5 Mon Sep 17 00:00:00 2001 From: Maas-Maarten Zeeman Date: Sun, 9 Jan 2022 15:14:11 +0100 Subject: [PATCH] Added edoc options to not sort the function names --- rebar.config.script | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rebar.config.script b/rebar.config.script index 2d00cf3..902b3a9 100644 --- a/rebar.config.script +++ b/rebar.config.script @@ -60,6 +60,9 @@ CFlags = ]} ]}, + {edoc_opts, [{preprocess, true}, + {sort_functions, false}]}, + {hex, [{doc, edoc}]} ].