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. --- lib/stdlib/doc/src/ordsets.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/stdlib/doc/src/ordsets.xml') diff --git a/lib/stdlib/doc/src/ordsets.xml b/lib/stdlib/doc/src/ordsets.xml index 11f98c8fb7..d1e24facef 100644 --- a/lib/stdlib/doc/src/ordsets.xml +++ b/lib/stdlib/doc/src/ordsets.xml @@ -142,7 +142,7 @@ - + Test for empty set.

Returns true if Ordset is an empty set, -- cgit v1.2.3 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/stdlib/doc/src/ordsets.xml | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) (limited to 'lib/stdlib/doc/src/ordsets.xml') diff --git a/lib/stdlib/doc/src/ordsets.xml b/lib/stdlib/doc/src/ordsets.xml index d1e24facef..fbe334c009 100644 --- a/lib/stdlib/doc/src/ordsets.xml +++ b/lib/stdlib/doc/src/ordsets.xml @@ -32,7 +32,7 @@ A ordsets.xml - ordsets + ordsets Functions for manipulating sets as ordered lists. @@ -60,7 +60,7 @@ - + Add an element to an Ordset.

Returns a new ordered set formed from Ordset1 @@ -69,7 +69,7 @@ - + Remove an element from an Ordset.

Returns Ordset1, but with @@ -78,7 +78,7 @@ - + Filter set elements.

Filters elements in Ordset1 with boolean function @@ -87,7 +87,7 @@ - + Fold over set elements.

Folds Function over every element in @@ -97,7 +97,7 @@ - + Convert a list into an Ordset.

Returns an ordered set of the elements in List. @@ -106,7 +106,7 @@ - + Return the intersection of a list of Ordsets

Returns the intersection of the non-empty list of sets.

@@ -114,7 +114,7 @@
- + Return the intersection of two Ordsets.

Returns the intersection of Ordset1 and @@ -123,7 +123,7 @@ - + Check whether two Ordsets are disjoint.

Returns true if Ordset1 and @@ -133,7 +133,7 @@ - + Test for membership of an Ordset.

Returns true if Element is an element of @@ -151,7 +151,7 @@ - + Test for an Ordset.

Returns true if Ordset is an ordered set @@ -160,7 +160,7 @@ - + Test for subset.

Returns true when every element of Ordset1 @@ -170,7 +170,7 @@ - + Return an empty set.

Returns a new empty ordered set.

@@ -178,7 +178,7 @@
- + Return the number of elements in a set.

Returns the number of elements in Ordset.

@@ -186,7 +186,7 @@
- + Return the difference of two Ordsets.

Returns only the elements of Ordset1 that are not @@ -195,7 +195,7 @@ - + Convert an Ordset into a list.

Returns the elements of Ordset as a list.

@@ -203,7 +203,7 @@
- + Return the union of a list of Ordsets.

Returns the merged (union) set of the list of sets.

@@ -211,7 +211,7 @@
- + Return the union of two Ordsets.

Returns the merged (union) set of Ordset1 and -- cgit v1.2.3