diff options
author | Björn Gustavsson <[email protected]> | 2014-02-20 16:09:35 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2014-02-24 11:39:29 +0100 |
commit | 1bdb47b00faff39994a041c6d9a291a2c68143d9 (patch) | |
tree | 008362957649370b5cd6d62f99bf0fedaf6f67d2 /lib/asn1/doc/src/asn1ct.xml | |
parent | e5c71b7f176393cdb3f6b9d17a5969e9bd89c88b (diff) | |
download | otp-1bdb47b00faff39994a041c6d9a291a2c68143d9.tar.gz otp-1bdb47b00faff39994a041c6d9a291a2c68143d9.tar.bz2 otp-1bdb47b00faff39994a041c6d9a291a2c68143d9.zip |
Remove or de-emphasize references to the deprecated asn1rt module
Diffstat (limited to 'lib/asn1/doc/src/asn1ct.xml')
-rw-r--r-- | lib/asn1/doc/src/asn1ct.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/asn1/doc/src/asn1ct.xml b/lib/asn1/doc/src/asn1ct.xml index 5871c8ad68..4d5a1a402a 100644 --- a/lib/asn1/doc/src/asn1ct.xml +++ b/lib/asn1/doc/src/asn1ct.xml @@ -61,7 +61,7 @@ and <c>uper_bin</c> options will still work, but will print a warning. </p> <p>Another change in R16 is that the generated <c>encode/2</c> - function (and <c>asn1rt:encode/3</c>) always returns a binary. + function always returns a binary. The <c>encode/2</c> function for the BER back-end used to return an iolist.</p> </note> @@ -326,6 +326,8 @@ File3.asn </pre> not always checked. Returns <c>{ok, Bytes}</c> if successful or <c>{error, Reason}</c> if an error occurred. </p> + <p>This function is deprecated. + Use <c>Module:encode(Type, Value)</c> instead.</p> </desc> </func> <func> @@ -339,6 +341,8 @@ File3.asn </pre> <desc> <p>Decodes <c>Type</c> from <c>Module</c> from the binary <c>Bytes</c>. Returns <c>{ok, Value}</c> if successful.</p> + <p>This function is deprecated. + Use <c>Module:decode(Type, Bytes)</c> instead.</p> </desc> </func> <func> |