[Lemon-commits] [lemon_svn] alpar: r349 - hugo/trunk/src/work/athos/xy

Lemon SVN svn at lemon.cs.elte.hu
Mon Nov 6 20:38:56 CET 2006


Author: alpar
Date: Fri Mar 26 15:33:32 2004
New Revision: 349

Modified:
   hugo/trunk/src/work/athos/xy/xy.h

Log:
DocFix


Modified: hugo/trunk/src/work/athos/xy/xy.h
==============================================================================
--- hugo/trunk/src/work/athos/xy/xy.h	(original)
+++ hugo/trunk/src/work/athos/xy/xy.h	Fri Mar 26 15:33:32 2004
@@ -6,6 +6,17 @@
 
 namespace hugo {
 
+///\file
+///\brief A simple two dimensional vector and a bounding box implementation 
+///
+/// The class \ref hugo::xy "xy" implements
+///a two dimensional vector with the usual
+/// operations.
+///
+/// The class \ref hugo::BoundingBox "BoundingBox" can be used to determine
+/// the rectangular bounding box a set of \ref hugo::xy "xy"'s.
+
+
 /** \brief
 2 dimensional vector (plainvector) implementation
 



More information about the Lemon-commits mailing list