diff options
author | Hans Bolinder <[email protected]> | 2015-05-19 12:58:23 +0200 |
---|---|---|
committer | Hans Bolinder <[email protected]> | 2015-05-20 08:08:41 +0200 |
commit | d1851f267d96e41a0dc8f2d123ec5e5fef514518 (patch) | |
tree | 576bce15e02af83c9336a41a629e7a44053933c0 /lib/dialyzer/doc/src/dialyzer.xml | |
parent | 16f9ecd064786283a022f9bcb0448bf881474c6e (diff) | |
download | otp-d1851f267d96e41a0dc8f2d123ec5e5fef514518.tar.gz otp-d1851f267d96e41a0dc8f2d123ec5e5fef514518.tar.bz2 otp-d1851f267d96e41a0dc8f2d123ec5e5fef514518.zip |
dialyzer: Document dialyzer:gui() option 'check_plt'
* Mention the option 'check_plt' among gui() options.
* No longer check a PLT twice when the analysis type is 'plt_check'.
* No longer raise a case_clause error when checking a PLT finds warnings.
Thanks to James Fish.
Diffstat (limited to 'lib/dialyzer/doc/src/dialyzer.xml')
-rw-r--r-- | lib/dialyzer/doc/src/dialyzer.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/dialyzer/doc/src/dialyzer.xml b/lib/dialyzer/doc/src/dialyzer.xml index 2a8bf6edcc..5f52906625 100644 --- a/lib/dialyzer/doc/src/dialyzer.xml +++ b/lib/dialyzer/doc/src/dialyzer.xml @@ -368,6 +368,7 @@ Option :: {files, [Filename :: string()]} | {include_dirs, [DirName :: string()]} | {output_file, FileName :: string()} | {output_plt, FileName :: string()} + | {check_plt, boolean()}, | {analysis_type, 'succ_typings' | 'plt_add' | 'plt_build' | |