From 50f64c60b87e8d03fedc3f9f4e655aff8ca9f16c Mon Sep 17 00:00:00 2001 From: Sverker Eriksson Date: Wed, 12 Dec 2018 19:32:24 +0100 Subject: Add empty 'since' attribute for old modules and functions --- lib/kernel/doc/src/code.xml | 70 ++++++++++++++++++++++----------------------- 1 file changed, 35 insertions(+), 35 deletions(-) (limited to 'lib/kernel/doc/src/code.xml') diff --git a/lib/kernel/doc/src/code.xml b/lib/kernel/doc/src/code.xml index 8dae6d90f3..85178da930 100644 --- a/lib/kernel/doc/src/code.xml +++ b/lib/kernel/doc/src/code.xml @@ -28,7 +28,7 @@ - code + code Erlang code server.

This module contains the interface to the Erlang @@ -322,7 +322,7 @@ zip:create("mnesia-4.4.7.ez", - + Set the code server search path.

Sets the code path to the list of directories Path.

@@ -336,15 +336,15 @@ zip:create("mnesia-4.4.7.ez", - + Return the code server search path.

Returns the code path.

- - + + Add a directory to the end of the code path. @@ -357,7 +357,7 @@ zip:create("mnesia-4.4.7.ez", - + Add a directory to the beginning of the code path. @@ -370,8 +370,8 @@ zip:create("mnesia-4.4.7.ez", - - + + Add directories to the end of the code path.

Adds the directories in Dirs to the end of the code @@ -381,7 +381,7 @@ zip:create("mnesia-4.4.7.ez", - + Add directories to the beginning of the code path.

Traverses Dirs and adds @@ -397,7 +397,7 @@ zip:create("mnesia-4.4.7.ez", - + Delete a directory from the code path.

Deletes a directory from the code path. The argument can be @@ -417,7 +417,7 @@ zip:create("mnesia-4.4.7.ez", - + Replace a directory with another in the code path.

Replaces an old occurrence of a directory @@ -441,7 +441,7 @@ zip:create("mnesia-4.4.7.ez", - + Load a module. @@ -460,7 +460,7 @@ zip:create("mnesia-4.4.7.ez", - + Load a module, residing in a specified file. @@ -477,7 +477,7 @@ zip:create("mnesia-4.4.7.ez", - + Ensure that a module is loaded.

Tries to load a module in the same way as @@ -489,7 +489,7 @@ zip:create("mnesia-4.4.7.ez", - + Load object code for a module. @@ -639,7 +639,7 @@ ok = code:finish_loading(Prepared), - + Remove current code for a module.

Removes the current code for Module, that is, @@ -652,7 +652,7 @@ ok = code:finish_loading(Prepared), - + Remove old code for a module.

Purges the code for Module, that is, removes code @@ -668,7 +668,7 @@ ok = code:finish_loading(Prepared), - + Remove old code for a module, unless no process uses it.

Purges the code for Module, that is, removes code @@ -683,7 +683,7 @@ ok = code:finish_loading(Prepared), - + Check if a module is loaded. @@ -702,7 +702,7 @@ ok = code:finish_loading(Prepared), - + Get all loaded modules. @@ -716,7 +716,7 @@ ok = code:finish_loading(Prepared), - + The object code file of a module. @@ -731,7 +731,7 @@ ok = code:finish_loading(Prepared), - + Gets the object code for a module.

Searches the code path for the object code of module @@ -750,7 +750,7 @@ rpc:call(Node, code, load_binary, [Module, Filename, Binary]), - + Root directory of Erlang/OTP.

Returns the root directory of Erlang/OTP, which is @@ -762,7 +762,7 @@ rpc:call(Node, code, load_binary, [Module, Filename, Binary]), - + Library directory of Erlang/OTP.

Returns the library directory, $OTPROOT/lib, where @@ -774,7 +774,7 @@ rpc:call(Node, code, load_binary, [Module, Filename, Binary]), - + Library directory for an application.

Returns the path @@ -807,7 +807,7 @@ rpc:call(Node, code, load_binary, [Module, Filename, Binary]), - + Subdirectory for an application.

Returns the path to a subdirectory directly under the top @@ -827,7 +827,7 @@ rpc:call(Node, code, load_binary, [Module, Filename, Binary]), - + Library directory for the compiler.

Returns the compiler library directory. Equivalent to @@ -835,7 +835,7 @@ rpc:call(Node, code, load_binary, [Module, Filename, Binary]), - + Priv directory for an application.

Returns the path to the priv directory in an @@ -846,7 +846,7 @@ rpc:call(Node, code, load_binary, [Module, Filename, Binary]), - + Object code file extension.

Returns the object code file extension corresponding to @@ -854,7 +854,7 @@ rpc:call(Node, code, load_binary, [Module, Filename, Binary]), - + Mark a directory as sticky.

Marks Dir as sticky.

@@ -862,7 +862,7 @@ rpc:call(Node, code, load_binary, [Module, Filename, Binary]),
- + Remove a sticky directory mark.

Unsticks a directory that is marked as @@ -871,7 +871,7 @@ rpc:call(Node, code, load_binary, [Module, Filename, Binary]), - + Test if a module is sticky.

Returns true if Module is the @@ -882,7 +882,7 @@ rpc:call(Node, code, load_binary, [Module, Filename, Binary]), - + Full name of a file located in the code path.

Searches the code path for Filename, a file of @@ -893,7 +893,7 @@ rpc:call(Node, code, load_binary, [Module, Filename, Binary]), - + Search for modules with identical names.

Searches all directories in the code path for module names with @@ -943,7 +943,7 @@ rpc:call(Node, code, load_binary, [Module, Filename, Binary]), - + Test if a module has native code.

Returns:

-- cgit v1.2.3