diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/rebar_dialyzer.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rebar_dialyzer.erl b/src/rebar_dialyzer.erl index 49edfb6..afd38b2 100644 --- a/src/rebar_dialyzer.erl +++ b/src/rebar_dialyzer.erl @@ -57,7 +57,7 @@ %% =================================================================== %% @doc Perform static analysis on the contents of the ebin directory. -%% @spec analyze(Config::#config{}, File::string()) -> ok. +%% @spec analyze(Config::#config{}, File::string()) -> ok -spec(analyze(Config::#config{}, File::string()) -> ok). analyze(Config, File) -> Plt = plt_path(Config, File), |