1
0
Fork 0

Make the headlines uniq since they're used to construct the anchors.

This commit is contained in:
Wilfried Goesgens 2015-11-10 15:29:16 +01:00
parent ad94f83b1b
commit c97c27ce87
1 changed files with 15 additions and 15 deletions

View File

@ -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
@startDocuBlock JSF_general_graph_connectingEdges