diff -r 8fbd472b1a22 -r 2df1fee6c866 src/include/xy.h --- a/src/include/xy.h Wed Apr 28 12:33:05 2004 +0000 +++ b/src/include/xy.h Wed Apr 28 12:58:58 2004 +0000 @@ -14,6 +14,8 @@ /// /// The class \ref hugo::BoundingBox "BoundingBox" can be used to determine /// the rectangular bounding box a set of \ref hugo::xy "xy"'s. +/// +///\author Attila Bernath namespace hugo { @@ -21,10 +23,13 @@ /// \addtogroup misc /// @{ -/** \brief -2 dimensional vector (plainvector) implementation + /// A two dimensional vector (plainvector) implementation -*/ + /// A two dimensional vector (plainvector) implementation + ///with the usual vector + /// operators. + /// + ///\author Attila Bernath template class xy { @@ -133,10 +138,11 @@ } - /** \brief - Implementation of a bounding box of plainvectors. - - */ + /// A class to calculate or store the bounding box of plainvectors. + + /// A class to calculate or store the bounding box of plainvectors. + /// + ///\author Attila Bernath template class BoundingBox { xy bottom_left, top_right;