1.1 --- a/src/work/athos/xy/xy.h Mon Apr 26 18:08:46 2004 +0000
1.2 +++ b/src/work/athos/xy/xy.h Mon Apr 26 18:16:42 2004 +0000
1.3 @@ -4,8 +4,7 @@
1.4
1.5 #include <iostream>
1.6
1.7 -namespace hugo {
1.8 -
1.9 +///ingroup misc
1.10 ///\file
1.11 ///\brief A simple two dimensional vector and a bounding box implementation
1.12 ///
1.13 @@ -17,6 +16,11 @@
1.14 /// the rectangular bounding box a set of \ref hugo::xy "xy"'s.
1.15
1.16
1.17 +namespace hugo {
1.18 +
1.19 + /// \addtogroup misc
1.20 + /// @{
1.21 +
1.22 /** \brief
1.23 2 dimensional vector (plainvector) implementation
1.24
1.25 @@ -209,6 +213,7 @@
1.26 };//class Boundingbox
1.27
1.28
1.29 + /// @}
1.30
1.31
1.32 } //namespace hugo