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/digraph_utils.xml | 38 ++++++++++++++++++------------------ 1 file changed, 19 insertions(+), 19 deletions(-) (limited to 'lib/stdlib/doc/src/digraph_utils.xml') diff --git a/lib/stdlib/doc/src/digraph_utils.xml b/lib/stdlib/doc/src/digraph_utils.xml index cb316e5b93..13b0aaad9e 100644 --- a/lib/stdlib/doc/src/digraph_utils.xml +++ b/lib/stdlib/doc/src/digraph_utils.xml @@ -32,7 +32,7 @@ PA1 digraph_utils.xml - digraph_utils + digraph_utils Algorithms for directed graphs.

This module provides algorithms based on depth-first traversal of @@ -154,7 +154,7 @@ - + Check if a digraph is an arborescence.

Returns {yes, Root} if Root @@ -164,7 +164,7 @@ - + Return the components of a digraph.

Returns a list @@ -177,7 +177,7 @@ - + Return a condensed graph of a digraph.

Creates a digraph where the vertices are @@ -202,7 +202,7 @@ - + Return the cyclic strong components of a digraph.

Returns a list of strongly @@ -218,7 +218,7 @@ - + Check if a digraph is acyclic.

Returns true if and only if digraph @@ -228,7 +228,7 @@ - + Check if a digraph is an arborescence.

Returns true if and only if digraph @@ -238,7 +238,7 @@ - + Check if a digraph is a tree.

Returns true if and only if digraph @@ -248,7 +248,7 @@ - + Return the vertices of a digraph included in some loop. @@ -258,7 +258,7 @@ - + Return the vertices of a digraph in postorder.

Returns all vertices of digraph Digraph. @@ -273,7 +273,7 @@ - + Return the vertices of a digraph in preorder.

Returns all vertices of digraph Digraph. @@ -285,7 +285,7 @@ - + Return the vertices reachable from some vertices of a digraph. @@ -300,7 +300,7 @@ - + Return the neighbors reachable from some vertices of a digraph. @@ -316,7 +316,7 @@ - + Return the vertices that reach some vertices of a digraph. @@ -330,7 +330,7 @@ - + Return the neighbors that reach some vertices of a digraph. @@ -345,7 +345,7 @@ - + Return the strong components of a digraph.

Returns a list of strongly @@ -359,8 +359,8 @@ - - + + Return a subgraph of a digraph.

Creates a maximal subgraph @@ -387,7 +387,7 @@ - + Return a topological sorting of the vertices of a digraph. -- cgit v1.2.3