Commit 5c3aba97 authored by Davis King's avatar Davis King

updated docs

parent deaf47f1
......@@ -64,6 +64,7 @@
<name>Graph Utilities</name>
<sub>
<item>graph_contains_directed_cycle</item>
<item>graph_has_symmetric_edges</item>
<item>graph_contains_undirected_cycle</item>
<item>create_moral_graph</item>
<item>triangulate_graph_and_find_cliques</item>
......@@ -683,6 +684,20 @@
</component>
<!-- ************************************************************************* -->
<component>
<name>graph_has_symmetric_edges</name>
<file>dlib/graph_utils.h</file>
<spec_file link="true">dlib/graph_utils/graph_utils_abstract.h</spec_file>
<description>
This function checks if a <a href="containers.html#directed_graph">directed_graph</a>
has a pair of nodes with just one edge between them. If so then it
does not have symmetric edges.
</description>
</component>
<!-- ************************************************************************* -->
<component>
......
......@@ -139,6 +139,7 @@
<term file="algorithms.html" name="rand"/>
<term link="algorithms.html#rand" name="Mersenne Twister"/>
<term file="algorithms.html" name="graph_contains_undirected_cycle"/>
<term file="algorithms.html" name="graph_has_symmetric_edges"/>
<term file="algorithms.html" name="graph_contains_directed_cycle"/>
<term file="algorithms.html" name="copy_graph_structure"/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment