lemon/unionfind.h
changeset 236 da953e387d31
parent 220 a5d8c039f218
child 436 561be42c4b99
     1.1 --- a/lemon/unionfind.h	Mon Jul 28 09:29:30 2008 +0200
     1.2 +++ b/lemon/unionfind.h	Mon Jul 28 12:39:58 2008 +0100
     1.3 @@ -497,7 +497,7 @@
     1.4        firstFreeItem = fdx;
     1.5      }
     1.6  
     1.7 -    /// \brief Lemon style iterator for the representant items.
     1.8 +    /// \brief LEMON style iterator for the representant items.
     1.9      ///
    1.10      /// ClassIt is a lemon style iterator for the components. It iterates
    1.11      /// on the ids of the classes.
    1.12 @@ -549,7 +549,7 @@
    1.13        int cdx;
    1.14      };
    1.15  
    1.16 -    /// \brief Lemon style iterator for the items of a component.
    1.17 +    /// \brief LEMON style iterator for the items of a component.
    1.18      ///
    1.19      /// ClassIt is a lemon style iterator for the components. It iterates
    1.20      /// on the items of a class. By example if you want to iterate on
    1.21 @@ -807,7 +807,7 @@
    1.22        firstFreeClass = cdx;
    1.23      }
    1.24  
    1.25 -    /// \brief Lemon style iterator for the classes.
    1.26 +    /// \brief LEMON style iterator for the classes.
    1.27      ///
    1.28      /// ClassIt is a lemon style iterator for the components. It iterates
    1.29      /// on the ids of classes.
    1.30 @@ -859,7 +859,7 @@
    1.31        int cdx;
    1.32      };
    1.33  
    1.34 -    /// \brief Lemon style iterator for the items of a component.
    1.35 +    /// \brief LEMON style iterator for the items of a component.
    1.36      ///
    1.37      /// ClassIt is a lemon style iterator for the components. It iterates
    1.38      /// on the items of a class. By example if you want to iterate on
    1.39 @@ -1655,7 +1655,7 @@
    1.40        return nodes[parent >= 0 ? classes[id].depth : leftNode(id)].item;
    1.41      }
    1.42  
    1.43 -    /// \brief Lemon style iterator for the items of a class.
    1.44 +    /// \brief LEMON style iterator for the items of a class.
    1.45      ///
    1.46      /// ClassIt is a lemon style iterator for the components. It iterates
    1.47      /// on the items of a class. By example if you want to iterate on