neo_doxygen: Add missing documentation.
[nit.git] / contrib / neo_doxygen / src / model / graph.nit
index 4481b2e..43edfa4 100644 (file)
@@ -20,7 +20,10 @@ import location
 
 # A Neo4j graph.
 class NeoGraph
+       # All the nodes in the graph.
        var all_nodes: SimpleCollection[NeoNode] = new Array[NeoNode]
+
+       # All the edges in the graph.
        var all_edges: SimpleCollection[NeoEdge] = new Array[NeoEdge]
 
        # Add a relationship between two nodes.