aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/doc
diff options
context:
space:
mode:
authorHans Bolinder <[email protected]>2015-05-29 11:42:13 +0200
committerHans Bolinder <[email protected]>2015-05-29 11:42:13 +0200
commit585a0448b8e04927b1516298a91568565fa00441 (patch)
tree270ae19d8493a22432205d22b8afce4f4207d690 /lib/stdlib/doc
parent3f652961917964b1f47a0ac62609860691bd9099 (diff)
parent966e9e7ed0951db306c3c5dc4b1fd4c6eac25cf9 (diff)
downloadotp-585a0448b8e04927b1516298a91568565fa00441.tar.gz
otp-585a0448b8e04927b1516298a91568565fa00441.tar.bz2
otp-585a0448b8e04927b1516298a91568565fa00441.zip
Merge branch 'kuenishi/ku-orddict-typespec'
* kuenishi/ku-orddict-typespec: Update orddict with parameterized types and specs
Diffstat (limited to 'lib/stdlib/doc')
-rw-r--r--lib/stdlib/doc/src/orddict.xml7
1 files changed, 5 insertions, 2 deletions
diff --git a/lib/stdlib/doc/src/orddict.xml b/lib/stdlib/doc/src/orddict.xml
index ec1e43f29c..c853b402d4 100644
--- a/lib/stdlib/doc/src/orddict.xml
+++ b/lib/stdlib/doc/src/orddict.xml
@@ -48,8 +48,11 @@
<datatypes>
<datatype>
- <name name="orddict"/>
- <desc><p>As returned by new/0.</p></desc>
+ <name name="orddict" n_vars="2"/>
+ <desc><p>Dictionary as returned by <c>new/0</c>.</p></desc>
+ </datatype>
+ <datatype>
+ <name name="orddict" n_vars="0"/>
</datatype>
</datatypes>