From c97c27ce87cde1326d9f300d6b3be1eacc10fea6 Mon Sep 17 00:00:00 2001 From: Wilfried Goesgens Date: Tue, 10 Nov 2015 15:29:16 +0100 Subject: [PATCH] Make the headlines uniq since they're used to construct the anchors. --- .../Books/Users/GeneralGraphs/Management.mdpp | 30 +++++++++---------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/Documentation/Books/Users/GeneralGraphs/Management.mdpp b/Documentation/Books/Users/GeneralGraphs/Management.mdpp index aa968457b5..be097d3867 100644 --- a/Documentation/Books/Users/GeneralGraphs/Management.mdpp +++ b/Documentation/Books/Users/GeneralGraphs/Management.mdpp @@ -93,55 +93,55 @@ These collections are called orphan collections. If the graph is extended with an edge definition using one of the orphans, it will be removed from the set of orphan collection automatically. -!SUBSUBSECTION Add +!SUBSUBSECTION Add a vertex collection @startDocuBlock JSF_general_graph__addVertexCollection -!SUBSUBSECTION Get +!SUBSUBSECTION Get the orphaned collections @startDocuBlock JSF_general_graph__orphanCollections -!SUBSUBSECTION Remove +!SUBSUBSECTION Remove a vertex collection @startDocuBlock JSF_general_graph__removeVertexCollection -!SECTION Vertex +!SECTION Maniuplating Vertices -!SUBSECTION Save +!SUBSECTION Save a vertex @startDocuBlock JSF_general_graph_vertex_collection_save -!SUBSECTION Replace +!SUBSECTION Replace a vertex @startDocuBlock JSF_general_graph_vertex_collection_replace -!SUBSECTION Update +!SUBSECTION Update a vertex @startDocuBlock JSF_general_graph_vertex_collection_update -!SUBSECTION Remove +!SUBSECTION Remove a vertex @startDocuBlock JSF_general_graph_vertex_collection_remove -!SECTION Edge +!SECTION Manipulating Edges -!SUBSECTION Save +!SUBSECTION Save a new edge @startDocuBlock JSF_general_graph_edge_collection_save -!SUBSECTION Replace +!SUBSECTION Replace an edge @startDocuBlock JSF_general_graph_edge_collection_replace -!SUBSECTION Update +!SUBSECTION Update an edge @startDocuBlock JSF_general_graph_edge_collection_update -!SUBSECTION Remove +!SUBSECTION Remove an edge @startDocuBlock JSF_general_graph_edge_collection_remove -!SUBSECTION Connect +!SUBSECTION Connect edges -@startDocuBlock JSF_general_graph_connectingEdges \ No newline at end of file +@startDocuBlock JSF_general_graph_connectingEdges