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.xml | 66 +++++++++++++++++++++--------------------- 1 file changed, 33 insertions(+), 33 deletions(-) (limited to 'lib/stdlib/doc/src/digraph.xml') diff --git a/lib/stdlib/doc/src/digraph.xml b/lib/stdlib/doc/src/digraph.xml index a5252b443b..cf2c0844c9 100644 --- a/lib/stdlib/doc/src/digraph.xml +++ b/lib/stdlib/doc/src/digraph.xml @@ -32,7 +32,7 @@ C digraph.xml - digraph + digraph Directed graphs.

This module provides a version of labeled @@ -144,9 +144,9 @@ - - - + + + Add an edge to a digraph. @@ -183,9 +183,9 @@ - - - + + + Add or modify a vertex of a digraph.

add_vertex/3 creates (or modifies) vertex @@ -204,7 +204,7 @@ - + Delete an edge from a digraph.

Deletes edge E from digraph @@ -213,7 +213,7 @@ - + Delete edges from a digraph.

Deletes the edges in list Edges from digraph @@ -222,7 +222,7 @@ - + Delete paths from a digraph.

Deletes edges from digraph G until there are no @@ -252,7 +252,7 @@ - + Delete a vertex from a digraph.

Deletes vertex V from digraph @@ -265,7 +265,7 @@ - + Delete vertices from a digraph.

Deletes the vertices in list Vertices from @@ -274,7 +274,7 @@ - + Delete a digraph.

Deletes digraph G. This call is important @@ -285,7 +285,7 @@ - + Return the vertices and the label of an edge of a digraph. @@ -303,7 +303,7 @@ - + Return all edges of a digraph.

Returns a list of all edges of digraph G, in @@ -312,7 +312,7 @@ - + Return the edges emanating from or incident on a vertex of a digraph. @@ -324,7 +324,7 @@ - + Find one cycle in a digraph.

If a simple cycle of @@ -341,7 +341,7 @@ - + Find one path in a digraph.

Tries to find @@ -357,7 +357,7 @@ - + Find one short cycle in a digraph.

Tries to find an as short as possible @@ -375,7 +375,7 @@ - + Find one short path in a digraph.

Tries to find an as short as possible @@ -392,7 +392,7 @@ - + Return the in-degree of a vertex of a digraph.

Returns the in-degree of @@ -401,7 +401,7 @@ - + Return all edges incident on a vertex of a digraph.

Returns a list of all @@ -412,7 +412,7 @@ - + Return all in-neighbors of a vertex of a digraph.

Returns a list of @@ -423,7 +423,7 @@ - + Return information about a digraph. @@ -453,7 +453,7 @@ - + Return a protected empty digraph, where cycles are allowed. @@ -462,7 +462,7 @@ - + Create a new empty digraph. @@ -492,7 +492,7 @@ - + Return the number of edges of a digraph.

Returns the number of edges of digraph G.

@@ -500,7 +500,7 @@ - + Return the number of vertices of a digraph.

Returns the number of vertices of digraph G.

@@ -508,7 +508,7 @@
- + Return the out-degree of a vertex of a digraph.

Returns the out-degree of @@ -517,7 +517,7 @@ - + Return all edges emanating from a vertex of a digraph. @@ -529,7 +529,7 @@ - + Return all out-neighbors of a vertex of a digraph.

Returns a list of @@ -540,7 +540,7 @@ - + Return the label of a vertex of a digraph.

Returns {VLabel}, @@ -553,7 +553,7 @@ - + Return all vertices of a digraph.

Returns a list of all vertices of digraph G, in -- cgit v1.2.3