diff options
author | Fred Hebert <mononcqc@ferd.ca> | 2016-08-10 12:57:02 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-10 12:57:02 -0400 |
commit | de9f341c9b3dd78776cfae789efe52d70b95ca64 (patch) | |
tree | 81316ebe9cdd48f6c8b50b4a73d7ca63ee422ca0 /rebar.config.sample | |
parent | 26104213e6f029b70fa74d01000efc9d4b322a64 (diff) | |
parent | c8ec1546e5aa0a5b5aafad7d45d754b6464c2d04 (diff) |
Merge pull request #1282 from ssbx/custom_template_dir
template_dir option was forgotten in documentation plus recurse in di…
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 f57f8dc..54f32b2 100644 --- a/rebar.config.sample +++ b/rebar.config.sample @@ -128,7 +128,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 == |