[Lemon-commits] [lemon_svn] alpar: r2558 - hugo/trunk/lemon
Lemon SVN
svn at lemon.cs.elte.hu
Mon Nov 6 20:53:33 CET 2006
Author: alpar
Date: Mon Feb 20 07:44:07 2006
New Revision: 2558
Modified:
hugo/trunk/lemon/xy.h
Log:
Public data members of xy became documented
Modified: hugo/trunk/lemon/xy.h
==============================================================================
--- hugo/trunk/lemon/xy.h (original)
+++ hugo/trunk/lemon/xy.h Mon Feb 20 07:44:07 2006
@@ -55,7 +55,10 @@
typedef T Value;
- T x,y;
+ ///First co-ordinate
+ T x;
+ ///Second co-ordinate
+ T y;
///Default constructor
xy() {}
More information about the Lemon-commits
mailing list