lemon/dim2.h
changeset 784 1a7fe3bef514
parent 440 88ed40ad0d4f
child 1123 6aea07d5ca48
     1.1 --- a/lemon/dim2.h	Fri Oct 16 10:21:37 2009 +0200
     1.2 +++ b/lemon/dim2.h	Thu Nov 05 15:50:01 2009 +0100
     1.3 @@ -2,7 +2,7 @@
     1.4   *
     1.5   * This file is a part of LEMON, a generic C++ optimization library.
     1.6   *
     1.7 - * Copyright (C) 2003-2008
     1.8 + * Copyright (C) 2003-2009
     1.9   * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    1.10   * (Egervary Research Group on Combinatorial Optimization, EGRES).
    1.11   *
    1.12 @@ -21,16 +21,9 @@
    1.13  
    1.14  #include <iostream>
    1.15  
    1.16 -///\ingroup misc
    1.17 +///\ingroup geomdat
    1.18  ///\file
    1.19  ///\brief A simple two dimensional vector and a bounding box implementation
    1.20 -///
    1.21 -/// The class \ref lemon::dim2::Point "dim2::Point" implements
    1.22 -/// a two dimensional vector with the usual operations.
    1.23 -///
    1.24 -/// The class \ref lemon::dim2::Box "dim2::Box" can be used to determine
    1.25 -/// the rectangular bounding box of a set of
    1.26 -/// \ref lemon::dim2::Point "dim2::Point"'s.
    1.27  
    1.28  namespace lemon {
    1.29  
    1.30 @@ -40,7 +33,7 @@
    1.31    ///tools for handling two dimensional coordinates
    1.32    namespace dim2 {
    1.33  
    1.34 -  /// \addtogroup misc
    1.35 +  /// \addtogroup geomdat
    1.36    /// @{
    1.37  
    1.38    /// Two dimensional vector (plain vector)