Fix dialyzer_opts documentation

This commit is contained in:
Tuncer Ayaz 2010-11-20 23:31:35 +01:00
parent 90058c7f52
commit b2e7e5b787

View file

@ -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 ==