From 50f64c60b87e8d03fedc3f9f4e655aff8ca9f16c Mon Sep 17 00:00:00 2001 From: Sverker Eriksson Date: Wed, 12 Dec 2018 19:32:24 +0100 Subject: Add empty 'since' attribute for old modules and functions --- lib/dialyzer/doc/src/dialyzer.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'lib/dialyzer') diff --git a/lib/dialyzer/doc/src/dialyzer.xml b/lib/dialyzer/doc/src/dialyzer.xml index e34ffd6def..f5e8337eb1 100644 --- a/lib/dialyzer/doc/src/dialyzer.xml +++ b/lib/dialyzer/doc/src/dialyzer.xml @@ -29,7 +29,7 @@ dialyzer.xml - dialyzer + dialyzer Dialyzer, a DIscrepancy AnaLYZer for ERlang programs. @@ -472,7 +472,7 @@ dialyzer --plts plt_1 ... plt_n -- files_to_analyze - format_warning(Msg) -> string() + format_warning(Msg) -> string() Get the string version of a warning message. Msg = {Tag, Id, msg()} @@ -485,8 +485,8 @@ dialyzer --plts plt_1 ... plt_n -- files_to_analyze - gui() -> ok | {error, Msg} - gui(OptList) -> ok | {error, Msg} + gui() -> ok | {error, Msg} + gui(OptList) -> ok | {error, Msg} Dialyzer GUI version. OptList @@ -539,7 +539,7 @@ WarnOpts :: error_handling - plt_info(string()) -> {'ok', [{atom(), any()}]} | {'error', atom()} + plt_info(string()) -> {'ok', [{atom(), any()}]} | {'error', atom()} Return information about the specified PLT.

Returns information about the specified PLT.

@@ -547,7 +547,7 @@ WarnOpts :: error_handling
- run(OptList) -> Warnings + run(OptList) -> Warnings Dialyzer command-line version. OptList -- cgit v1.2.3