We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30179dd commit 3434407Copy full SHA for 3434407
src/edoc_specs.erl
@@ -27,7 +27,6 @@
27
-include("edoc.hrl").
28
-include("edoc_types.hrl").
29
30
--type proplist() :: [proplists:property()].
31
-type syntaxTree() :: erl_syntax:syntaxTree().
32
33
-define(TOP_TYPE, term).
@@ -99,7 +98,7 @@ docs(Forms, CommentFun) ->
99
98
-type entry() :: #entry{}.
100
-type module_info() :: #module{}.
101
-type entries() :: [entry()].
102
--spec add_data(Entries::entries(), Options::proplist(),
+-spec add_data(Entries::entries(), Options::proplists:proplist(),
103
File::file:filename(), Module::module_info()) -> entries().
104
105
%% @doc Create tags a la EDoc for Erlang specifications and types.
0 commit comments