Public data members of xy became documented
authoralpar
Mon, 20 Feb 2006 06:44:07 +0000
changeset 1974191223f4b639
parent 1973 30c97275f337
child 1975 64db671eda28
Public data members of xy became documented
lemon/xy.h
     1.1 --- a/lemon/xy.h	Mon Feb 20 06:43:08 2006 +0000
     1.2 +++ b/lemon/xy.h	Mon Feb 20 06:44:07 2006 +0000
     1.3 @@ -55,7 +55,10 @@
     1.4  
     1.5        typedef T Value;
     1.6  
     1.7 -      T x,y;     
     1.8 +      ///First co-ordinate
     1.9 +      T x;
    1.10 +      ///Second co-ordinate
    1.11 +      T y;     
    1.12        
    1.13        ///Default constructor
    1.14        xy() {}