Ver código fonte

Fix dialyzer_opts documentation

pull/3/head
Tuncer Ayaz 14 anos atrás
pai
commit
b2e7e5b787
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      rebar.config.sample

+ 1
- 1
rebar.config.sample Ver arquivo

@ -85,7 +85,7 @@
%% {plt, PltFile}
%% 'src': run Dialyzer on the source files as in 'dialyzer --src'
%% {warnings, [WarnOpts]}: turn on/off Dialyzer warnings
{warnings_opts, [{plt, PltFile}, {warnings, [WarnOpts]}, src]}.
{dialyzer_opts, [{plt, PltFile}, {warnings, [WarnOpts]}, src]}.
%% == Cleanup ==

Carregando…
Cancelar
Salvar