diff -r 11404088d1a5 -r 3fc2a801c39e lemon/dim2.h --- a/lemon/dim2.h Fri Sep 25 12:24:16 2009 +0200 +++ b/lemon/dim2.h Sat Sep 26 07:08:10 2009 +0200 @@ -21,16 +21,9 @@ #include <iostream> -///\ingroup misc +///\ingroup geomdat ///\file ///\brief A simple two dimensional vector and a bounding box implementation -/// -/// The class \ref lemon::dim2::Point "dim2::Point" implements -/// a two dimensional vector with the usual operations. -/// -/// The class \ref lemon::dim2::Box "dim2::Box" can be used to determine -/// the rectangular bounding box of a set of -/// \ref lemon::dim2::Point "dim2::Point"'s. namespace lemon { @@ -40,7 +33,7 @@ ///tools for handling two dimensional coordinates namespace dim2 { - /// \addtogroup misc + /// \addtogroup geomdat /// @{ /// Two dimensional vector (plain vector)