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/application.xml | 64 +++++++++++++++++++------------------- 1 file changed, 32 insertions(+), 32 deletions(-) (limited to 'lib/kernel/doc/src/application.xml') diff --git a/lib/kernel/doc/src/application.xml b/lib/kernel/doc/src/application.xml index ec5d081676..4e32c1a3a5 100644 --- a/lib/kernel/doc/src/application.xml +++ b/lib/kernel/doc/src/application.xml @@ -28,7 +28,7 @@ - application + application Generic OTP application functions

In OTP, application denotes a component implementing @@ -95,8 +95,8 @@ - - + + Get the configuration parameters for an application.

Returns the configuration parameters and their values for @@ -108,8 +108,8 @@ - - + + Get the application specification keys.

Returns the application specification keys and their values @@ -122,8 +122,8 @@ - - + + Get the name of an application containing a certain process or module.

Returns the name of the application to which the process @@ -136,8 +136,8 @@ - - + + Get the value of a configuration parameter.

Returns the value of configuration parameter Par @@ -162,8 +162,8 @@ - - + + Get the value of an application specification key.

Returns the value of the application specification key @@ -180,8 +180,8 @@ - - + + Load an application. @@ -226,7 +226,7 @@ Nodes = [cp1@cave, {cp2@cave, cp3@cave}] - + Get the currently loaded applications.

Returns a list with information about the applications, and included @@ -238,7 +238,7 @@ Nodes = [cp1@cave, {cp2@cave, cp3@cave}] - + Change the permission for an application to run at a node.

Changes the permission for Application to run at @@ -271,8 +271,8 @@ Nodes = [cp1@cave, {cp2@cave, cp3@cave}] - - + + Set the value of a configuration parameter.

Sets the value of configuration parameter Par for @@ -302,8 +302,8 @@ Nodes = [cp1@cave, {cp2@cave, cp3@cave}] - - + + Load and start an application.

Starts Application. If it is not loaded, @@ -353,7 +353,7 @@ Nodes = [cp1@cave, {cp2@cave, cp3@cave}] - + Get the start type of an ongoing application startup.

This function is intended to be called by a process belonging @@ -370,7 +370,7 @@ Nodes = [cp1@cave, {cp2@cave, cp3@cave}] - + Stop an application.

Stops Application. The application master calls @@ -399,7 +399,7 @@ Nodes = [cp1@cave, {cp2@cave, cp3@cave}] - + Take over a distributed application.

Takes over the distributed application @@ -424,7 +424,7 @@ Nodes = [cp1@cave, {cp2@cave, cp3@cave}] - + Unload an application.

Unloads the application specification for Application @@ -435,8 +435,8 @@ Nodes = [cp1@cave, {cp2@cave, cp3@cave}] - - + + Unset the value of a configuration parameter.

Removes the configuration parameter Par and its value @@ -459,8 +459,8 @@ Nodes = [cp1@cave, {cp2@cave, cp3@cave}] - - + + Get the currently running applications.

Returns a list with information about the applications that @@ -484,7 +484,7 @@ Nodes = [cp1@cave, {cp2@cave, cp3@cave}] - Module:start(StartType, StartArgs) -> {ok, Pid} | {ok, Pid, State} | {error, Reason} + Module:start(StartType, StartArgs) -> {ok, Pid} | {ok, Pid, State} | {error, Reason} Start an application. StartType = start_type() @@ -526,7 +526,7 @@ Nodes = [cp1@cave, {cp2@cave, cp3@cave}] - Module:start_phase(Phase, StartType, PhaseArgs) -> ok | {error, Reason} + Module:start_phase(Phase, StartType, PhaseArgs) -> ok | {error, Reason} Extended start of an application. Phase = atom() @@ -551,7 +551,7 @@ Nodes = [cp1@cave, {cp2@cave, cp3@cave}] - Module:prep_stop(State) -> NewState + Module:prep_stop(State) -> NewState Prepare an application for termination. State = NewState = term() @@ -569,7 +569,7 @@ Nodes = [cp1@cave, {cp2@cave, cp3@cave}] - Module:stop(State) + Module:stop(State) Clean up after termination of an application. State = term() @@ -585,7 +585,7 @@ Nodes = [cp1@cave, {cp2@cave, cp3@cave}] - Module:config_change(Changed, New, Removed) -> ok + Module:config_change(Changed, New, Removed) -> ok Update the configuration parameters for an application. Changed = [{Par,Val}] -- cgit v1.2.3