changeset 243 | 32155c88f59b |
parent 220 | a5d8c039f218 |
child 317 | 64f8f7cc6168 |
1.1 --- a/lemon/path.h Tue Jul 29 14:41:55 2008 +0200 1.2 +++ b/lemon/path.h Tue Jul 29 15:06:37 2008 +0200 1.3 @@ -82,7 +82,7 @@ 1.4 return *this; 1.5 } 1.6 1.7 - /// \brief Lemon style iterator for path arcs 1.8 + /// \brief LEMON style iterator for path arcs 1.9 /// 1.10 /// This class is used to iterate on the arcs of the paths. 1.11 class ArcIt {