diff options
author | Sverker Eriksson <[email protected]> | 2019-04-05 18:26:45 +0200 |
---|---|---|
committer | Sverker Eriksson <[email protected]> | 2019-04-12 18:28:29 +0200 |
commit | 7e064720c1363ee4ca4209d7c8b0f33a90182ce7 (patch) | |
tree | ff19699dfebcc3a37f95643f036e129fb7d5e079 /lib/erl_interface/doc/src | |
parent | 06177ef50f41aa468c33a5270e89ca614e1a1b50 (diff) | |
download | otp-7e064720c1363ee4ca4209d7c8b0f33a90182ce7.tar.gz otp-7e064720c1363ee4ca4209d7c8b0f33a90182ce7.tar.bz2 otp-7e064720c1363ee4ca4209d7c8b0f33a90182ce7.zip |
erl_interface: Deprecate ei_encode_term and ei_decode_term
as they use ETERM which is part of legacy erl_interface.
Diffstat (limited to 'lib/erl_interface/doc/src')
-rw-r--r-- | lib/erl_interface/doc/src/ei.xml | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/lib/erl_interface/doc/src/ei.xml b/lib/erl_interface/doc/src/ei.xml index f081ca926a..26fe6f8831 100644 --- a/lib/erl_interface/doc/src/ei.xml +++ b/lib/erl_interface/doc/src/ei.xml @@ -349,8 +349,10 @@ typedef enum { <c>t</c> is actually an <c>ETERM**</c> (see <seealso marker="erl_eterm"><c>erl_eterm</c></seealso>). The term is later to be deallocated.</p> - <p>Notice that this function is located in the <c>Erl_Interface</c> - library.</p> + <note><p>This function is deprecated as of OTP 22 and will be removed in + OTP 23 together with the old legacy <c>erl_interface</c> library (functions + with prefix <c>erl_</c>).</p> + </note> </desc> </func> @@ -656,6 +658,10 @@ ei_x_encode_string(&x, "Banana");</pre> <c>erl_interface</c>. Parameter <c>t</c> is actually an <c>ETERM</c> pointer. This function does not free the <c>ETERM</c>.</p> + <note><p>These functions are deprecated as of OTP 22 and will be removed in + OTP 23 together with the old legacy <c>erl_interface</c> library + (functions with prefix <c>erl_</c>).</p> + </note> </desc> </func> <func> |