src/hugo/smart_graph.h
changeset 904 b40afcf42a4d
parent 897 ef09eee53b09
child 905 5be029d19c98
     1.1 --- a/src/hugo/smart_graph.h	Wed Sep 22 12:33:30 2004 +0000
     1.2 +++ b/src/hugo/smart_graph.h	Wed Sep 22 12:42:19 2004 +0000
     1.3 @@ -73,9 +73,9 @@
     1.4      class OutEdgeIt;
     1.5      class InEdgeIt;
     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:
    1.15 @@ -317,9 +317,9 @@
    1.16    public:
    1.17      typedef SymSmartGraph Graph;
    1.18  
    1.19 -    /// Creating symmetric map registry.
    1.20 +    // Create symmetric map registry.
    1.21      CREATE_SYM_EDGE_MAP_REGISTRY;
    1.22 -    /// Creating symmetric edge map.
    1.23 +    // Create symmetric edge map.
    1.24      CREATE_SYM_EDGE_MAP(ArrayMap);
    1.25  
    1.26