diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/rebar_edoc.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rebar_edoc.erl b/src/rebar_edoc.erl index e7dd3e6..cf0239c 100644 --- a/src/rebar_edoc.erl +++ b/src/rebar_edoc.erl @@ -108,7 +108,7 @@ newer_file_exists(Paths, OldFile) -> %% Needs regen if any dependent file is changed since the last %% edoc run. Dependent files are the erlang source files, %% and the overview file, if it exists. --spec needs_regen(edoc:proplist()) -> boolean(). +-spec needs_regen(proplists:proplist()) -> boolean(). needs_regen(EDocOpts) -> DocDir = proplists:get_value(dir, EDocOpts, "doc"), EDocInfoName = filename:join(DocDir, "edoc-info"), |