aboutsummaryrefslogtreecommitdiffstats
path: root/lib/crypto/doc/src/crypto.xml
diff options
context:
space:
mode:
authorHans Nilsson <[email protected]>2017-11-23 10:33:06 +0100
committerHans Nilsson <[email protected]>2017-11-23 10:33:06 +0100
commita01b9c4e90d422343d9bc8fea348f77940ff44c7 (patch)
treec5788a3c114acbae34252c4574c4ff7f00c8d6ea /lib/crypto/doc/src/crypto.xml
parenta41bfcdf524dd94a9a760ab3dd0d375896e5a7f7 (diff)
parentaf2cc09e0390fd5940f2fc52534b9721e9942926 (diff)
downloadotp-a01b9c4e90d422343d9bc8fea348f77940ff44c7.tar.gz
otp-a01b9c4e90d422343d9bc8fea348f77940ff44c7.tar.bz2
otp-a01b9c4e90d422343d9bc8fea348f77940ff44c7.zip
Merge branch 'hans/crypto/doc_engine_keys/OTP-14735' into maint
Diffstat (limited to 'lib/crypto/doc/src/crypto.xml')
-rw-r--r--lib/crypto/doc/src/crypto.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/crypto/doc/src/crypto.xml b/lib/crypto/doc/src/crypto.xml
index 565bede7e8..554e9f5bc1 100644
--- a/lib/crypto/doc/src/crypto.xml
+++ b/lib/crypto/doc/src/crypto.xml
@@ -136,11 +136,12 @@
See also <seealso marker="#supports-0">crypto:supports/0</seealso>
</p>
+ <marker id="engine_key_ref_type"/>
<code>engine_key_ref() = #{engine := engine_ref(),
key_id := key_id(),
password => password()}</code>
- <code>engine_key_ref() = term()</code>
+ <code>engine_ref() = term()</code>
<p>The result of a call to <seealso marker="#engine_load-3">engine_load/3</seealso>.
</p>