lemon/dim2.h
changeset 942 2b6bffe0e7e8
parent 440 88ed40ad0d4f
     1.1 --- a/lemon/dim2.h	Tue Dec 20 17:44:38 2011 +0100
     1.2 +++ b/lemon/dim2.h	Tue Dec 20 18:15:14 2011 +0100
     1.3 @@ -21,16 +21,9 @@
     1.4  
     1.5  #include <iostream>
     1.6  
     1.7 -///\ingroup misc
     1.8 +///\ingroup geomdat
     1.9  ///\file
    1.10  ///\brief A simple two dimensional vector and a bounding box implementation
    1.11 -///
    1.12 -/// The class \ref lemon::dim2::Point "dim2::Point" implements
    1.13 -/// a two dimensional vector with the usual operations.
    1.14 -///
    1.15 -/// The class \ref lemon::dim2::Box "dim2::Box" can be used to determine
    1.16 -/// the rectangular bounding box of a set of
    1.17 -/// \ref lemon::dim2::Point "dim2::Point"'s.
    1.18  
    1.19  namespace lemon {
    1.20  
    1.21 @@ -40,7 +33,7 @@
    1.22    ///tools for handling two dimensional coordinates
    1.23    namespace dim2 {
    1.24  
    1.25 -  /// \addtogroup misc
    1.26 +  /// \addtogroup geomdat
    1.27    /// @{
    1.28  
    1.29    /// Two dimensional vector (plain vector)