summaryrefslogtreecommitdiff
path: root/src/rebar_edoc.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/rebar_edoc.erl')
-rw-r--r--src/rebar_edoc.erl3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/rebar_edoc.erl b/src/rebar_edoc.erl
index 8eda04d..ce5458a 100644
--- a/src/rebar_edoc.erl
+++ b/src/rebar_edoc.erl
@@ -46,8 +46,7 @@
%% ===================================================================
%% @doc Generate Erlang program documentation.
-%% @spec doc(#config{}, string()) -> ok
--spec(doc(Config::#config{}, File::string()) -> ok).
+-spec doc(Config::rebar_config:config(), File::file:filename()) -> ok.
doc(Config, File) ->
{ok, AppName, _AppData} = rebar_app_utils:load_app_file(File),
EDocOpts = rebar_config:get(Config, edoc_opts, []),