From 20cc39d443d1a2c364b0fb778c7813ae7b5a1dd6 Mon Sep 17 00:00:00 2001 From: Sverker Eriksson Date: Tue, 11 Dec 2018 17:42:39 +0100 Subject: Add "since" attributes in xml for new functions and modules introduced after OTP_R13B03. --- erts/doc/src/persistent_term.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'erts/doc/src/persistent_term.xml') diff --git a/erts/doc/src/persistent_term.xml b/erts/doc/src/persistent_term.xml index 29a6c67051..1eda7f8d76 100644 --- a/erts/doc/src/persistent_term.xml +++ b/erts/doc/src/persistent_term.xml @@ -29,7 +29,7 @@ persistent_term.xml - persistent_term + persistent_term Persistent terms.

This module is similar to - + Erase the name for a persistent term.

Erase the name for the persistent term with key @@ -229,7 +229,7 @@ will be slower as the number of persistent terms increases. - + Get all persistent terms.

Retrieve the keys and values for all persistent terms. @@ -239,7 +239,7 @@ will be slower as the number of persistent terms increases. - + Get the value for a persistent term.

Retrieve the value for the persistent term associated with @@ -256,7 +256,7 @@ will be slower as the number of persistent terms increases. - + Get information about persistent terms.

Return information about persistent terms in a map. The map @@ -272,7 +272,7 @@ will be slower as the number of persistent terms increases. - + Store a term.

Store the value Value as a persistent term and -- cgit v1.2.3