diff -r 7b7e3f20bcec -r bea328c5a8d3 lemon/unionfind.h --- a/lemon/unionfind.h Tue Jul 29 14:54:08 2008 +0200 +++ b/lemon/unionfind.h Tue Jul 29 15:01:30 2008 +0200 @@ -497,7 +497,7 @@ firstFreeItem = fdx; } - /// \brief Lemon style iterator for the representant items. + /// \brief LEMON style iterator for the representant items. /// /// ClassIt is a lemon style iterator for the components. It iterates /// on the ids of the classes. @@ -549,7 +549,7 @@ int cdx; }; - /// \brief Lemon style iterator for the items of a component. + /// \brief LEMON style iterator for the items of a component. /// /// ClassIt is a lemon style iterator for the components. It iterates /// on the items of a class. By example if you want to iterate on @@ -807,7 +807,7 @@ firstFreeClass = cdx; } - /// \brief Lemon style iterator for the classes. + /// \brief LEMON style iterator for the classes. /// /// ClassIt is a lemon style iterator for the components. It iterates /// on the ids of classes. @@ -859,7 +859,7 @@ int cdx; }; - /// \brief Lemon style iterator for the items of a component. + /// \brief LEMON style iterator for the items of a component. /// /// ClassIt is a lemon style iterator for the components. It iterates /// on the items of a class. By example if you want to iterate on @@ -1655,7 +1655,7 @@ return nodes[parent >= 0 ? classes[id].depth : leftNode(id)].item; } - /// \brief Lemon style iterator for the items of a class. + /// \brief LEMON style iterator for the items of a class. /// /// ClassIt is a lemon style iterator for the components. It iterates /// on the items of a class. By example if you want to iterate on