src/hugo/full_graph.h
changeset 904 b40afcf42a4d
parent 897 ef09eee53b09
child 906 17f31d280385
     1.1 --- a/src/hugo/full_graph.h	Wed Sep 22 12:33:30 2004 +0000
     1.2 +++ b/src/hugo/full_graph.h	Wed Sep 22 12:42:19 2004 +0000
     1.3 @@ -50,9 +50,9 @@
     1.4      class InEdgeIt;
     1.5      
     1.6  
     1.7 -    /// Creating map registries.
     1.8 +    // Create map registries.
     1.9      CREATE_MAP_REGISTRIES;
    1.10 -    /// Creating node and edge maps.
    1.11 +    // Create node and edge maps.
    1.12      CREATE_MAPS(ArrayMap);
    1.13      
    1.14    public: