aboutsummaryrefslogtreecommitdiffstats
path: root/lib/erl_docgen/src
diff options
context:
space:
mode:
authorBjörn-Egil Dahlberg <[email protected]>2014-02-28 17:31:39 +0100
committerBjörn-Egil Dahlberg <[email protected]>2014-03-06 16:20:48 +0100
commit378683a454796acd1777a6efff30c11043a0e268 (patch)
treed87fc6409854ba96bab5fa44fdf272c70f6041fd /lib/erl_docgen/src
parente7bfe47762065c87ff11a810988260d1e677f38e (diff)
downloadotp-378683a454796acd1777a6efff30c11043a0e268.tar.gz
otp-378683a454796acd1777a6efff30c11043a0e268.tar.bz2
otp-378683a454796acd1777a6efff30c11043a0e268.zip
erl_docgen: Generate map() instead of #{} for maps type
Diffstat (limited to 'lib/erl_docgen/src')
-rw-r--r--lib/erl_docgen/src/docgen_otp_specs.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/erl_docgen/src/docgen_otp_specs.erl b/lib/erl_docgen/src/docgen_otp_specs.erl
index 3240edd68e..886194598f 100644
--- a/lib/erl_docgen/src/docgen_otp_specs.erl
+++ b/lib/erl_docgen/src/docgen_otp_specs.erl
@@ -433,7 +433,7 @@ t_tuple(Es) ->
["{"] ++ seq(fun t_utype_elem/1, Es, ["}"]).
t_map() ->
- ["#{}"].
+ ["map()"].
t_fun(Es) ->
["("] ++ seq(fun t_utype_elem/1, get_content(argtypes, Es),