Document xref options

This commit is contained in:
Tuncer Ayaz 2011-04-06 19:04:52 +02:00
parent 16a7561d93
commit db706ab99c

View file

@ -128,3 +128,9 @@
{post_hooks, [{clean, "touch file1.out"},
{eunit, "touch file2.out"},
{compile, "touch postcompile.out"}]}.
%% == xref ==
{xref_warnings, false}.
%% xref checks to run
{xref_checks, [exports_not_used, undefined_function_calls]}.