소스 검색

Document xref options

pull/3/head
Tuncer Ayaz 14 년 전
부모
커밋
db706ab99c
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. +6
    -0
      rebar.config.sample

+ 6
- 0
rebar.config.sample 파일 보기

@ -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]}.

불러오는 중...
취소
저장