From 4ca7c8417971239ac773c530974e9acce327cc86 Mon Sep 17 00:00:00 2001 From: mats cronqvist Date: Fri, 6 Dec 2013 10:45:52 +0100 Subject: introduce xref_extra_paths --- rebar.config.sample | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'rebar.config.sample') diff --git a/rebar.config.sample b/rebar.config.sample index e6071bd..30d28d0 100644 --- a/rebar.config.sample +++ b/rebar.config.sample @@ -221,6 +221,11 @@ {xref_warnings, false}. +%% optional extra paths to include in xref:set_library_path/2. +%% specified relative location of rebar.config. +%% e.g. {xref_extra_paths,["../gtknode/src"]} +{xref_extra_paths,[]}. + %% xref checks to run {xref_checks, [undefined_function_calls, undefined_functions, locals_not_used, exports_not_used, -- cgit v1.1