docs
authoralpar
Mon, 26 Apr 2004 18:16:42 +0000
changeset 43179a5641f2dbc
parent 430 60e4627e8c74
child 432 a51ba0e51a3a
docs
src/include/time_measure.h
src/work/athos/xy/xy.h
     1.1 --- a/src/include/time_measure.h	Mon Apr 26 18:08:46 2004 +0000
     1.2 +++ b/src/include/time_measure.h	Mon Apr 26 18:16:42 2004 +0000
     1.3 @@ -2,7 +2,7 @@
     1.4  #ifndef HUGO_TIME_MEASURE_H
     1.5  #define HUGO_TIME_MEASURE_H
     1.6  
     1.7 -///ingroup graphs
     1.8 +///ingroup misc
     1.9  ///\file
    1.10  ///\brief Tools for measuring cpu usage
    1.11  
     2.1 --- a/src/work/athos/xy/xy.h	Mon Apr 26 18:08:46 2004 +0000
     2.2 +++ b/src/work/athos/xy/xy.h	Mon Apr 26 18:16:42 2004 +0000
     2.3 @@ -4,8 +4,7 @@
     2.4  
     2.5  #include <iostream>
     2.6  
     2.7 -namespace hugo {
     2.8 -
     2.9 +///ingroup misc
    2.10  ///\file
    2.11  ///\brief A simple two dimensional vector and a bounding box implementation 
    2.12  ///
    2.13 @@ -17,6 +16,11 @@
    2.14  /// the rectangular bounding box a set of \ref hugo::xy "xy"'s.
    2.15  
    2.16  
    2.17 +namespace hugo {
    2.18 +
    2.19 +  /// \addtogroup misc
    2.20 +  /// @{
    2.21 +
    2.22  /** \brief
    2.23  2 dimensional vector (plainvector) implementation
    2.24  
    2.25 @@ -209,6 +213,7 @@
    2.26      };//class Boundingbox
    2.27  
    2.28  
    2.29 +  /// @}
    2.30  
    2.31  
    2.32  } //namespace hugo