lemon/concepts/graph_components.h
changeset 584 33c6b6e755cd
parent 580 2313edd0db0b
child 617 4137ef9aacc6
     1.1 --- a/lemon/concepts/graph_components.h	Tue Apr 14 10:40:33 2009 +0100
     1.2 +++ b/lemon/concepts/graph_components.h	Wed Apr 15 02:04:37 2009 +0200
     1.3 @@ -602,7 +602,7 @@
     1.4  
     1.5        typedef IterableDigraphComponent Digraph;
     1.6  
     1.7 -      /// \name Base iteration
     1.8 +      /// \name Base Iteration
     1.9        ///
    1.10        /// This interface provides functions for iteration on digraph items.
    1.11        ///
    1.12 @@ -654,7 +654,7 @@
    1.13  
    1.14        /// @}
    1.15  
    1.16 -      /// \name Class based iteration
    1.17 +      /// \name Class Based Iteration
    1.18        ///
    1.19        /// This interface provides iterator classes for digraph items.
    1.20        ///
    1.21 @@ -779,7 +779,7 @@
    1.22  
    1.23        typedef IterableGraphComponent Graph;
    1.24  
    1.25 -      /// \name Base iteration
    1.26 +      /// \name Base Iteration
    1.27        ///
    1.28        /// This interface provides functions for iteration on edges.
    1.29        ///
    1.30 @@ -818,7 +818,7 @@
    1.31  
    1.32        /// @}
    1.33  
    1.34 -      /// \name Class based iteration
    1.35 +      /// \name Class Based Iteration
    1.36        ///
    1.37        /// This interface provides iterator classes for edges.
    1.38        ///