diff options
Diffstat (limited to 'rebar.config.sample')
-rw-r--r-- | rebar.config.sample | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/rebar.config.sample b/rebar.config.sample index cc027f9..be3da71 100644 --- a/rebar.config.sample +++ b/rebar.config.sample @@ -131,7 +131,8 @@ %% Paths to miscellaneous Erlang files to compile for an app %% without including them in its modules list {extra_src_dirs, []}. - +%% Path where custom rebar3 templates could be found +{template_dir, []}. %% == EDoc == |